2011-07-20 Dario Rodriguez <dario.rodriguez@artica.es>

* godmode/setup/links.php: Changing error msg to notice msg.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4599 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
darode 2011-07-20 12:45:56 +00:00
parent bef39bfd4e
commit a42ae56c79
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-07-20 Dario Rodriguez <dario.rodriguez@artica.es>
* godmode/setup/links.php: Changing error msg to notice msg.
2011-07-20 Dario Rodriguez <dario.rodriguez@artica.es> 2011-07-20 Dario Rodriguez <dario.rodriguez@artica.es>
* godmode/setup/links.php: Fixed a wrong code to work with an empty array. * godmode/setup/links.php: Fixed a wrong code to work with an empty array.

View File

@ -123,7 +123,8 @@ else { // Main list view for Links editor
} }
if (empty($rows)) { if (empty($rows)) {
echo "<h3 class='error'>".__("There isn't links")."</h3>"; echo '<div class="nf">'.__("There isn't links").'</div>';
} else { } else {
echo "<table cellpadding='4' cellspacing='4' class='databox' style='width:98%'>"; echo "<table cellpadding='4' cellspacing='4' class='databox' style='width:98%'>";
echo "<th width='180px'>".__('Link name')."</th>"; echo "<th width='180px'>".__('Link name')."</th>";