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:
parent
bef39bfd4e
commit
a42ae56c79
|
@ -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>
|
||||
|
||||
* godmode/setup/links.php: Fixed a wrong code to work with an empty array.
|
||||
|
|
|
@ -123,7 +123,8 @@ else { // Main list view for Links editor
|
|||
}
|
||||
|
||||
if (empty($rows)) {
|
||||
echo "<h3 class='error'>".__("There isn't links")."</h3>";
|
||||
echo '<div class="nf">'.__("There isn't links").'</div>';
|
||||
|
||||
} else {
|
||||
echo "<table cellpadding='4' cellspacing='4' class='databox' style='width:98%'>";
|
||||
echo "<th width='180px'>".__('Link name')."</th>";
|
||||
|
|
Loading…
Reference in New Issue