summaryrefslogtreecommitdiffstats
path: root/frontends/php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-04-19 15:53:51 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-04-19 15:53:51 +0000
commit7ea8a2f7780e367a7895103daaa55a938a270aa7 (patch)
treeead803a61d4f0d99857b0b1ede7080af84b2286e /frontends/php
parenta7f23a6bfb81e617a42ef19acb5ee0ac6a46b735 (diff)
Fixed width of columns.
git-svn-id: svn://svn.zabbix.com/trunk@49 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php')
-rw-r--r--frontends/php/tr_status.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/tr_status.html b/frontends/php/tr_status.html
index 8d5fc6c3..84ed088e 100644
--- a/frontends/php/tr_status.html
+++ b/frontends/php/tr_status.html
@@ -87,12 +87,12 @@
echo "<TD ALIGN=LEFT><B>Description";
if($compact!='true') {echo "<BR><FONT SIZE=-1>Expression</FONT></B>";}
echo "</TD>";
- echo "<TD WIDTH=\"3%\"><B>Status</B></TD>";
- echo "<TD WIDTH=\"3%\"><B>Priority</B></TD>";
+ echo "<TD WIDTH=\"5%\"><B>Status</B></TD>";
+ echo "<TD WIDTH=\"9%\"><B>Priority</B></TD>";
if($noactions=='true')
echo "<TD WIDTH=\"12%\">";
else
- echo "<TD WIDTH=\"3%\">";
+ echo "<TD WIDTH=\"5%\">";
echo "<B>Last change";
if($compact!='true') { echo "<BR><FONT SIZE=-1>(Last check)</FONT></B>";}