summaryrefslogtreecommitdiffstats
path: root/frontends/php/report1.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-10 17:47:32 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-10 17:47:32 +0000
commitf7f74958b31cb3c8009d5946497911bfcf00cac0 (patch)
tree4555db9646840429880875d36cae0f8b0de13b2d /frontends/php/report1.php
parentd037e4b58b4c81f46d68c1dab66c22e130599d35 (diff)
downloadzabbix-f7f74958b31cb3c8009d5946497911bfcf00cac0.tar.gz
zabbix-f7f74958b31cb3c8009d5946497911bfcf00cac0.tar.xz
zabbix-f7f74958b31cb3c8009d5946497911bfcf00cac0.zip
- added support for custom multiplier (Alexei)
- added column items.formula (Alexei) - added support of SNMPv3 (Alexei) - added columns snmpv3_* to table items (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1420 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/report1.php')
-rw-r--r--frontends/php/report1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/report1.php b/frontends/php/report1.php
index 841b48a3..48e780da 100644
--- a/frontends/php/report1.php
+++ b/frontends/php/report1.php
@@ -28,8 +28,8 @@
<?php
show_table_header(S_STATUS_OF_ZABBIX_BIG);
- echo "<TABLE BORDER=0 WIDTH=100% BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=3>";
- echo "<TR><TD WIDTH=10%><B>".S_PARAMETER."</B></TD>";
+ echo "<TABLE BORDER=0 WIDTH=100% BGCOLOR=\"#AAAAAA\" cellspacing=1 cellpadding=3>";
+ echo "<TR BGCOLOR=\"#CCCCCC\"><TD WIDTH=10%><B>".S_PARAMETER."</B></TD>";
echo "<TD WIDTH=10% NOSAVE><B>".S_VALUE."</B></TD>";
echo "</TR>";