summaryrefslogtreecommitdiffstats
path: root/frontends/php/latest.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-10 12:53:34 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-10 12:53:34 +0000
commitf54860dfdd8d24de1dc26a530d95a23343756dc2 (patch)
tree76234c5a861862aee2170b41cf7a517e82633e93 /frontends/php/latest.php
parent455a64dfe19d7700fa1fe10edecb1ea82fa5dcce (diff)
downloadzabbix-f54860dfdd8d24de1dc26a530d95a23343756dc2.tar.gz
zabbix-f54860dfdd8d24de1dc26a530d95a23343756dc2.tar.xz
zabbix-f54860dfdd8d24de1dc26a530d95a23343756dc2.zip
- improved Templates logic (Eugene)
- speed improvement for proc.num of Tru64 (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2631 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/latest.php')
-rw-r--r--frontends/php/latest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/latest.php b/frontends/php/latest.php
index 8b2e577c..e60080d8 100644
--- a/frontends/php/latest.php
+++ b/frontends/php/latest.php
@@ -74,9 +74,9 @@
?>
<?php
- $h1="&nbsp;".S_LATEST_DATA_BIG;
+ $h1=SPACE.S_LATEST_DATA_BIG;
- $h2=S_GROUP."&nbsp;";
+ $h2=S_GROUP.SPACE;
$h2=$h2."<select class=\"biginput\" name=\"groupid\" onChange=\"submit()\">";
$h2=$h2.form_select("groupid",0,S_ALL_SMALL);
$result=DBselect("select groupid,name from groups order by name");
@@ -100,7 +100,7 @@
}
$h2=$h2."</select>";
- $h2=$h2."&nbsp;".S_HOST."&nbsp;";
+ $h2=$h2.SPACE.S_HOST.SPACE;
$h2=$h2."<select class=\"biginput\" name=\"hostid\" onChange=\"submit()\">";
$h2=$h2.form_select("hostid",0,S_SELECT_HOST_DOT_DOT_DOT);