From: terry%mozilla.org <>
Date: Sat, 15 Jan 2000 07:30:24 +0000 (+0000)
Subject: Added "sanity check" to the list of things the maintainer gets to
X-Git-Tag: bugzilla-2.12~469
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bbdda136b57645dfa871b01cb2daa5c1ab19850;p=thirdparty%2Fbugzilla.git
Added "sanity check" to the list of things the maintainer gets to
choose from in the footer.
---
diff --git a/CGI.pl b/CGI.pl
index fb293645b8..40f3616056 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -816,7 +816,7 @@ sub GetCommandMenu {
my %substs;
$substs{'userid'} = $::COOKIE{"Bugzilla_login"};
my $mybugsurl = PerformSubsts($mybugstemplate, \%substs);
- $html = $html . " | My Bugs";
+ $html = $html . " | My bugs";
}
$html = $html . " | New account\n";
@@ -833,6 +833,7 @@ sub GetCommandMenu {
$html .= "| Edit prefs";
if (UserInGroup("tweakparams")) {
$html .= ", parameters";
+ $html .= ", sanity check";
}
if (UserInGroup("editcomponents")) {
$html .= ", components\n";