2009-09-26 Raul Mateos <raulofpandora@gmail.com>
* 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
This commit is contained in:
parent
a77bcf1ac1
commit
2afce52937
|
@ -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 <miguel.dedios@artica.es>
|
||||
|
||||
* include/javascript/pandora_modules.js: fix the js and add more entities
|
||||
|
|
|
@ -254,7 +254,7 @@ echo "<div style='height: 25px'> </div>";
|
|||
|
||||
if (($agents === false) && ($users === false) && ($alerts === false) && ($graphs === false)
|
||||
&& ($reports === false) && ($maps === false)) {
|
||||
echo "<h2>" . __("Zero results found") . "</h2>\n";
|
||||
echo "<br><div class='nf'>" . __("Zero results found") . "</div>\n";
|
||||
}
|
||||
else {
|
||||
if ($agents !== false) {
|
||||
|
|
Loading…
Reference in New Issue