From 8829ae5f033999f20009364226a9239a1a706b68 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Fri, 24 Sep 1999 02:08:01 +0000 Subject: Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on several pages that were missing it. --- CGI.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index bbc5863ed..c12ce8e5e 100644 --- a/CGI.pl +++ b/CGI.pl @@ -320,7 +320,7 @@ sub CheckEmailSyntax { if ($addr !~ /$match/) { print "Content-type: text/html\n\n"; - print "

Invalid e-mail address entered.

\n"; + PutHeader("Check e-mail syntax"); print "The e-mail address you entered\n"; print "($addr) didn't match our minimal\n"; print "syntax checking for a legal email address.\n"; @@ -358,7 +358,7 @@ To use the wonders of bugzilla, you can use the following: close SENDMAIL; print "Content-type: text/html\n\n"; - print "

Password has been emailed.

\n"; + PutHeader("Password mailed"); print "The password for the e-mail address\n"; print "$login has been e-mailed to that address.\n"; print "

When the e-mail arrives, you can click Back\n"; @@ -427,7 +427,7 @@ sub confirm_login { if ($loginok != 1) { print "Content-type: text/html\n\n"; - print "

Please log in.

\n"; + PutHeader("Login"); print "I need a legitimate e-mail address and password to continue.\n"; if (!defined $nexturl || $nexturl eq "") { # Sets nexturl to be argv0, stripping everything up to and -- cgit v1.2.3-24-g4f1b