diff options
author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-01-24 17:51:01 +0000 |
---|---|---|
committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-01-24 17:51:01 +0000 |
commit | 7a933e45625603304cdcc0a34268afb0f4a71f8f (patch) | |
tree | c6ebc339cf93c524b3a52fd2db0e63206e3159d2 /frontends | |
parent | af3eda8a13c76176bee5971661f7203480b83f21 (diff) | |
download | zabbix-7a933e45625603304cdcc0a34268afb0f4a71f8f.tar.gz zabbix-7a933e45625603304cdcc0a34268afb0f4a71f8f.tar.xz zabbix-7a933e45625603304cdcc0a34268afb0f4a71f8f.zip |
Cosmetic fix.
git-svn-id: svn://svn.zabbix.com/trunk@1625 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends')
-rw-r--r-- | frontends/php/alerts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/alerts.php b/frontends/php/alerts.php index 7d16d513..010a2e54 100644 --- a/frontends/php/alerts.php +++ b/frontends/php/alerts.php @@ -149,7 +149,7 @@ if(DBnum_rows($result)==0) { echo "<TR BGCOLOR=#EEEEEE>"; - echo "<TD COLSPAN=6 ALIGN=CENTER>".S_NO_ALERTS."</TD>"; + echo "<TD COLSPAN=7 ALIGN=CENTER>".S_NO_ALERTS."</TD>"; echo "<TR>"; } table_end(); |