summaryrefslogtreecommitdiffstats
path: root/frontends/php/screenconf.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-10-10 13:30:52 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-10-10 13:30:52 +0000
commitf956943eb129e7be82f3f33b81c8ba02d4fa90fc (patch)
treee3d4b1f0a749be496bbb6b47628402180d758692 /frontends/php/screenconf.php
parent8aea63ae58f8eb96ab06015c2d0c0c15a9c307ee (diff)
downloadzabbix-f956943eb129e7be82f3f33b81c8ba02d4fa90fc.tar.gz
zabbix-f956943eb129e7be82f3f33b81c8ba02d4fa90fc.tar.xz
zabbix-f956943eb129e7be82f3f33b81c8ba02d4fa90fc.zip
Minor change.
git-svn-id: svn://svn.zabbix.com/trunk@1465 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/screenconf.php')
-rw-r--r--frontends/php/screenconf.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/frontends/php/screenconf.php b/frontends/php/screenconf.php
index ee8d36b8..c181e87f 100644
--- a/frontends/php/screenconf.php
+++ b/frontends/php/screenconf.php
@@ -113,8 +113,9 @@
echo "<br>";
show_table2_header_begin();
echo S_SCREEN;
+ $col=0;
- show_table2_v_delimiter();
+ show_table2_v_delimiter($col++);
echo "<form method=\"get\" action=\"screenconf.php\">";
if(isset($_GET["screenid"]))
{
@@ -124,12 +125,12 @@
show_table2_h_delimiter();
echo "<input class=\"biginput\" name=\"name\" value=\"$name\" size=32>";
- show_table2_v_delimiter();
+ show_table2_v_delimiter($col++);
echo S_COLUMNS;
show_table2_h_delimiter();
echo "<input class=\"biginput\" name=\"cols\" size=5 value=\"$cols\">";
- show_table2_v_delimiter();
+ show_table2_v_delimiter($col++);
echo S_ROWS;
show_table2_h_delimiter();
echo "<input class=\"biginput\" name=\"rows\" size=5 value=\"$rows\">";