From 5794d84874187c900e6777d90e0ddc39215acab6 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Sat, 26 Sep 2009 17:23:51 +0000 Subject: [PATCH] 2009-09-26 Raul Mateos * operation/search_results.php: Add style to not found message. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1983 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 2 ++ pandora_console/operation/search_results.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ffd29186d2..385cd169f6 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -5,6 +5,8 @@ * operation/agentes/alerts_status.php, operation/agentes/sla_view.php: Unify titles improving integrity of appearance. + * operation/search_results.php: Add style to not found message. + 2009-09-25 Miguel de Dios * include/javascript/pandora_modules.js: fix the js and add more entities diff --git a/pandora_console/operation/search_results.php b/pandora_console/operation/search_results.php index 197cfb3303..0a4099d096 100644 --- a/pandora_console/operation/search_results.php +++ b/pandora_console/operation/search_results.php @@ -254,7 +254,7 @@ echo "
"; if (($agents === false) && ($users === false) && ($alerts === false) && ($graphs === false) && ($reports === false) && ($maps === false)) { - echo "

" . __("Zero results found") . "

\n"; + echo "
" . __("Zero results found") . "
\n"; } else { if ($agents !== false) {