diff options
author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-11-30 19:45:09 +0000 |
---|---|---|
committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-11-30 19:45:09 +0000 |
commit | 87b48310ace3ca416bce75fdd8bbb703ba4e6012 (patch) | |
tree | 03fb2d45b38dbddc8bfdfec9865474dc198719d1 /frontends/php/alerts.php | |
parent | e04905399e1d23335a76e1c42817e05d4ca40955 (diff) | |
download | zabbix-87b48310ace3ca416bce75fdd8bbb703ba4e6012.tar.gz zabbix-87b48310ace3ca416bce75fdd8bbb703ba4e6012.tar.xz zabbix-87b48310ace3ca416bce75fdd8bbb703ba4e6012.zip |
Cosmetic fix.
git-svn-id: svn://svn.zabbix.com/trunk@1518 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/alerts.php')
-rw-r--r-- | frontends/php/alerts.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/frontends/php/alerts.php b/frontends/php/alerts.php index d29396ff..331d3992 100644 --- a/frontends/php/alerts.php +++ b/frontends/php/alerts.php @@ -107,9 +107,6 @@ continue; } - if($col++%2==0) { echo "<tr bgcolor=#DDDDDD>"; } - else { echo "<tr bgcolor=#EEEEEE>"; } - if($col>100) break; if($row["scope"]==0) |