mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
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>
|
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.
|
||||||
|
@ -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>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user