summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmaps.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/sysmaps.php')
-rw-r--r--frontends/php/sysmaps.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php
index bde13f2d..7103861d 100644
--- a/frontends/php/sysmaps.php
+++ b/frontends/php/sysmaps.php
@@ -118,7 +118,9 @@
show_table2_header_begin();
echo "New system map";
- show_table2_v_delimiter();
+ $col=0;
+
+ show_table2_v_delimiter($col++);
echo "<form method=\"get\" enctype=\"multipart/form-data\" action=\"sysmaps.php\">";
if(isset($_GET["sysmapid"]))
{
@@ -128,17 +130,17 @@
show_table2_h_delimiter();
echo "<input class=\"biginput\" name=\"name\" value=\"$name\" size=32>";
- show_table2_v_delimiter();
+ show_table2_v_delimiter($col++);
echo "Width";
show_table2_h_delimiter();
echo "<input class=\"biginput\" name=\"width\" size=5 value=\"$width\">";
- show_table2_v_delimiter();
+ show_table2_v_delimiter($col++);
echo "Height";
show_table2_h_delimiter();
echo "<input class=\"biginput\" name=\"height\" size=5 value=\"$height\">";
- show_table2_v_delimiter();
+ show_table2_v_delimiter($col++);
echo "Background image";
show_table2_h_delimiter();
echo "<select class=\"biginput\" name=\"background\" size=1>";