From 5eee338175a2f2bf78290ad4154639a2972077ee Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sat, 15 Jan 2000 06:35:24 +0000 Subject: Patch by Ramon Felciano , with many tweaks by me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case. --- doeditparams.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doeditparams.cgi') diff --git a/doeditparams.cgi b/doeditparams.cgi index 6743c0378..7e0a4f193 100755 --- a/doeditparams.cgi +++ b/doeditparams.cgi @@ -39,6 +39,7 @@ print "Content-type: text/html\n\n"; if (!UserInGroup("tweakparams")) { print "

Sorry, you aren't a member of the 'tweakparams' group.

\n"; print "And so, you aren't allowed to edit the parameters.\n"; + PutFooter(); exit; } @@ -58,6 +59,7 @@ foreach my $i (@::param_list) { if ($ok ne "") { print "New value for $i is invalid: $ok

\n"; print "Please hit Back and try again.\n"; + PutFooter(); exit; } } @@ -75,3 +77,4 @@ print "OK, done.

\n"; print "Edit the params some more.

\n"; print "Go back to the query page.\n"; +PutFooter(); -- cgit v1.2.3-24-g4f1b