summaryrefslogtreecommitdiffstats
path: root/frontends/php/report3.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/report3.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/report3.php')
-rw-r--r--frontends/php/report3.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/report3.php b/frontends/php/report3.php
index 6c1fc8ce..0140d4c2 100644
--- a/frontends/php/report3.php
+++ b/frontends/php/report3.php
@@ -53,8 +53,8 @@
$h1=S_IT_SERVICES_AVAILABILITY_REPORT_BIG;
$h1=$h1.":"."<a href=\"srv_status.php?serviceid=".$service["serviceid"]."\">".$service["name"]."</a>";
-# $h2=S_GROUP."&nbsp;";
- $h2=S_YEAR."&nbsp;";
+# $h2=S_GROUP.SPACE;
+ $h2=S_YEAR.SPACE;
$h2=$h2."<input name=\"serviceid\" type=\"hidden\" value=".$_REQUEST["serviceid"].">";
$h2=$h2."<select class=\"biginput\" name=\"year\" onChange=\"submit()\">";
$result=DBselect("select h.hostid,h.host from hosts h,items i where h.status=".HOST_STATUS_MONITORED." and h.hostid=i.hostid group by h.hostid,h.host order by h.host");
@@ -66,7 +66,7 @@
}
$h2=$h2."</select>";
- $h2=$h2."&nbsp;".S_PERIOD."&nbsp;";
+ $h2=$h2.SPACE.S_PERIOD.SPACE;
$h2=$h2."<select class=\"biginput\" name=\"period\" onChange=\"submit()\">";
$h2=$h2.form_select("period","daily",S_DAILY);
$h2=$h2.form_select("period","weekly",S_WEEKLY);