From 0230a614c04af4633fd9cb3d9216b720d474a4b7 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Tue, 25 Jan 2000 15:53:26 +0000 Subject: Reworked preferences UI. Added ability to turn off "My bugs" link at bottom. Made "My bugs" show bugs you own AND bugs you submitted. Added ability to display your named queries in the footer. Many random bugfixes. --- query.cgi | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index 09ec3b7fe..0b6211bfb 100755 --- a/query.cgi +++ b/query.cgi @@ -225,19 +225,21 @@ sub GenerateEmailInput { } - return qq| + $default{"emailtype$id"} ||= "substring"; + + return qq{
Email:  matching as - +} . BuildPulldown("emailtype$id", + [["regexp", "regexp"], + ["notregexp", "not regexp"], + ["substring", "substring"], + ["exact", "exact"]], + $default{"emailtype$id"}) . qq{ Assigned To @@ -262,7 +264,7 @@ sub GenerateEmailInput {
-|; +}; } @@ -748,7 +750,7 @@ if (UserInGroup("editkeywords")) { if ($userid) { print "Log in as someone besides $::COOKIE{'Bugzilla_login'}
\n"; } -print "Change your password or preferences.
\n"; +print "Change your password or preferences.
\n"; print "Create a new bug.
\n"; print "Open a new Bugzilla account
\n"; print "Bug reports
\n"; -- cgit v1.2.3-24-g4f1b