summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-09-24 04:08:01 +0200
committerterry%mozilla.org <>1999-09-24 04:08:01 +0200
commit8829ae5f033999f20009364226a9239a1a706b68 (patch)
tree0a0e03f8195c4fcc5e992d5b2841f9dfa84c01b3 /CGI.pl
parent650e42208e0b0809c3a2092a0c6c6841439a3fdd (diff)
downloadbugzilla-8829ae5f033999f20009364226a9239a1a706b68.tar.gz
bugzilla-8829ae5f033999f20009364226a9239a1a706b68.tar.xz
Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on several pages that were missing it.
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl6
1 files changed, 3 insertions, 3 deletions
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 "<H1>Invalid e-mail address entered.</H1>\n";
+ PutHeader("Check e-mail syntax");
print "The e-mail address you entered\n";
print "(<b>$addr</b>) 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 "<H1>Password has been emailed.</H1>\n";
+ PutHeader("Password mailed");
print "The password for the e-mail address\n";
print "$login has been e-mailed to that address.\n";
print "<p>When the e-mail arrives, you can click <b>Back</b>\n";
@@ -427,7 +427,7 @@ sub confirm_login {
if ($loginok != 1) {
print "Content-type: text/html\n\n";
- print "<H1>Please log in.</H1>\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