diff options
Diffstat (limited to 'frontends/php/report2.php')
| -rw-r--r-- | frontends/php/report2.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/report2.php b/frontends/php/report2.php index 1088d65f..d7b47b6b 100644 --- a/frontends/php/report2.php +++ b/frontends/php/report2.php @@ -46,13 +46,13 @@ show_table_header($row["host"]); $result=DBselect("select distinct h.hostid,h.host,t.triggerid,t.expression,t.description,t.value from triggers t,hosts h,items i,functions f where f.itemid=i.itemid and h.hostid=i.hostid and t.status=0 and t.triggerid=f.triggerid and h.hostid=$hostid and h.status in (0,2) and i.status=0 order by h.host, t.description"); - echo "<TABLE BORDER=0 COLS=3 WIDTH=\"100%\" BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=3>"; + echo "<TABLE BORDER=0 COLS=3 WIDTH=100% BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=3>"; echo "<TR>"; echo "<TD><B>Description</B></TD>"; echo "<TD><B>Expression</B></TD>"; - echo "<TD WIDTH=\"5%\"><B>True (%)</B></TD>"; - echo "<TD WIDTH=\"5%\"><B>False (%)</B></TD>"; - echo "<TD WIDTH=\"5%\"><B>Unknown (%)</B></TD>"; + echo "<TD WIDTH=5%><B>True (%)</B></TD>"; + echo "<TD WIDTH=5%><B>False (%)</B></TD>"; + echo "<TD WIDTH=5%><B>Unknown (%)</B></TD>"; echo "</TR>\n"; $col=0; while($row=DBfetch($result)) |
