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. --- editparams.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editparams.cgi') diff --git a/editparams.cgi b/editparams.cgi index b215d6192..91ddca7f9 100755 --- a/editparams.cgi +++ b/editparams.cgi @@ -38,6 +38,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; } @@ -105,3 +106,4 @@ print "\n"; print "\n"; print "

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