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. --- changepassword.cgi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'changepassword.cgi') diff --git a/changepassword.cgi b/changepassword.cgi index c07d3adc9..d62259ac5 100755 --- a/changepassword.cgi +++ b/changepassword.cgi @@ -87,13 +87,14 @@ On which of these bugs would you like email notification of changes? Review your votes
"; - navigation_header(); + PutFooter(); exit; } if ($::FORM{'pwd1'} ne $::FORM{'pwd2'}) { print "

Try again.

The two passwords you entered did not match. Please click Back and try again.\n"; + PutFooter(); exit; } @@ -113,6 +114,7 @@ Please choose a password that is between 3 and 15 characters long, and that contains only numbers, letters, hyphens, or underlines.

Please click Back and try again.\n"; + PutFooter(); exit; } @@ -145,5 +147,5 @@ PutHeader("Preferences updated."); print " Your preferences have been updated.

"; -navigation_header(); +PutFooter(); -- cgit v1.2.3-24-g4f1b