summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-11-11 13:30:34 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-11-11 13:30:34 +0000
commit32abb6d37be8dceaa25d18cc18778093ce982596 (patch)
treee979de0b30a0b800b882815e0e81ed074c6061df /frontends/php/include
parenta897e00b9014c44d3f0a6610b859e9a0e3f8e38c (diff)
downloadzabbix-32abb6d37be8dceaa25d18cc18778093ce982596.tar.gz
zabbix-32abb6d37be8dceaa25d18cc18778093ce982596.tar.xz
zabbix-32abb6d37be8dceaa25d18cc18778093ce982596.zip
Minor changes in GUI.
git-svn-id: svn://svn.zabbix.com/trunk@1472 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/config.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 48f2463c..0ec44a6d 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -3629,8 +3629,8 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
cr();
echo "</tr>";
cr();
- if($rownum%2 == 1) { echo "<TR BGCOLOR=#DDDDDD>"; }
- else { echo "<TR BGCOLOR=#CCCCCC>"; }
+ if($rownum%2 == 1) { echo "<TR BGCOLOR=#DFDFDF>"; }
+ else { echo "<TR BGCOLOR=#D8D8D8>"; }
cr();
// echo "<td colspan=1 bgcolor=CCCCCC align=left valign=\"top\">";
echo "<td class=\"form_row_l\" height=24>";