diff options
Diffstat (limited to 'frontends/php/sysmaps.php')
| -rw-r--r-- | frontends/php/sysmaps.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php index 1f461ed6..60d8ed2e 100644 --- a/frontends/php/sysmaps.php +++ b/frontends/php/sysmaps.php @@ -105,21 +105,21 @@ echo "<form method=\"get\" action=\"sysmaps.php\">"; if(isset($HTTP_GET_VARS["sysmapid"])) { - echo "<input name=\"sysmapid\" type=\"hidden\" value=".$HTTP_GET_VARS["sysmapid"].">"; + echo "<input class=\"biginput\" name=\"sysmapid\" type=\"hidden\" value=".$HTTP_GET_VARS["sysmapid"].">"; } echo "Name"; show_table2_h_delimiter(); - echo "<input name=\"name\" value=\"$name\" size=32>"; + echo "<input class=\"biginput\" name=\"name\" value=\"$name\" size=32>"; show_table2_v_delimiter(); echo "Width"; show_table2_h_delimiter(); - echo "<input name=\"width\" size=5 value=\"$width\">"; + echo "<input class=\"biginput\" name=\"width\" size=5 value=\"$width\">"; show_table2_v_delimiter(); echo "Height"; show_table2_h_delimiter(); - echo "<input name=\"height\" size=5 value=\"$height\">"; + echo "<input class=\"biginput\" name=\"height\" size=5 value=\"$height\">"; show_table2_v_delimiter2(); echo "<input type=\"submit\" name=\"register\" value=\"add\">"; |
