diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index b15a9bc4a6..389f74baa5 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-07-20 Dario Rodriguez + + * godmode/setup/links.php: Changing error msg to notice msg. + 2011-07-20 Dario Rodriguez * godmode/setup/links.php: Fixed a wrong code to work with an empty array. diff --git a/pandora_console/godmode/setup/links.php b/pandora_console/godmode/setup/links.php index 7bb78cd3a1..7094847dff 100644 --- a/pandora_console/godmode/setup/links.php +++ b/pandora_console/godmode/setup/links.php @@ -123,7 +123,8 @@ else { // Main list view for Links editor } if (empty($rows)) { - echo "

".__("There isn't links")."

"; + echo '
'.__("There isn't links").'
'; + } else { echo ""; echo "";
".__('Link name')."