From 89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Sat, 21 Nov 1998 03:18:33 +0000 Subject: Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. --- editparams.cgi | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'editparams.cgi') diff --git a/editparams.cgi b/editparams.cgi index b00071956..f926c0ae9 100755 --- a/editparams.cgi +++ b/editparams.cgi @@ -49,23 +49,23 @@ print "Be careful!\n"; print "

\n"; print "Any item you check Reset on will get reset to its default value.\n"; -print "

\n\n"; +print "
\n"; -my $rowbreak = ""; +my $rowbreak = ""; print $rowbreak; foreach my $i (@::param_list) { - print "\n"; - print "\n"; + print "\n"; print $rowbreak; } -print " @@ -98,9 +98,9 @@ such parameters print "


$i:$::param_desc{$i}
Reset\n"; + print "
$i:$::param_desc{$i}
Reset\n"; my $value = Param($i); SWITCH: for ($::param_type{$i}) { /^t$/ && do { - print "\n'; last SWITCH; }; /^l$/ && do { - print "\n"; last SWITCH; }; @@ -79,18 +79,18 @@ foreach my $i (@::param_list) { $on = ""; $off = "checked"; } - print "On\n"; - print "Off\n"; + print "On\n"; + print "Off\n"; last SWITCH; }; # DEFAULT - print "Unknown param type $::param_type{$i}!!!\n"; + print "Unknown param type $::param_type{$i}!!!\n"; } print "
version: +print "
version: What version of Bugzilla this is. This can't be modified here, but %version% can be used as a parameter in places that understand such parameters
\n"; -print "
\n"; -print "\n"; +print "
\n"; +print "\n"; print "
\n"; -print "

Skip all this, and go back to the query page\n"; +print "

Skip all this, and go back to the query page\n"; -- cgit v1.2.3-24-g4f1b