summaryrefslogtreecommitdiffstats
path: root/frontends/php/graphs.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/graphs.php')
-rw-r--r--frontends/php/graphs.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php
index b5f7c1dc..b38672ce 100644
--- a/frontends/php/graphs.php
+++ b/frontends/php/graphs.php
@@ -99,21 +99,21 @@
echo "<form method=\"get\" action=\"graphs.php\">";
if(isset($HTTP_GET_VARS["graphid"]))
{
- echo "<input name=\"graphid\" type=\"hidden\" value=".$HTTP_GET_VARS["graphid"].">";
+ echo "<input class=\"biginput\" name=\"graphid\" type=\"hidden\" value=".$HTTP_GET_VARS["graphid"].">";
}
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\">";