From 0ca30382be83fccfc4e352096c87c56bbf8a673c Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Tue, 17 Nov 1998 03:43:49 +0000 Subject: Patch by Andrew Anderson . Many minor bugfixes and cleanup. --- query.cgi | 135 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 70 insertions(+), 65 deletions(-) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index b24dee0f3..ccac365de 100755 --- a/query.cgi +++ b/query.cgi @@ -99,8 +99,8 @@ print "Set-Cookie: BUGLIST= Content-type: text/html\n\n"; GetVersionTable(); -my $who = GeneratePeopleInput("assigned_to", $default{"assigned_to"}); -my $reporter = GeneratePeopleInput("reporter", $default{"reporter"}); +my $who = GeneratePeopleInput("assigned_to", 45, $default{"assigned_to"}); +my $reporter = GeneratePeopleInput("reporter", 45, $default{"reporter"}); # Muck the "legal product" list so that the default one is always first (and @@ -118,97 +118,102 @@ PutHeader("Bugzilla Query Page", "Query Page"); push @::legal_resolution, "---"; # Oy, what a hack. print " -
+ - - - - - + + + + + - - - - -
Status:Resolution:Platform:Priority:Severity:Status:Resolution:Platform:Priority:Severity:
- + +

- + +

- + +

- + +

- + +

- + +
Assigned To:$who - +
+ Assigned To: + $who

-

Reporter:$reporter +
+ Reporter: + $reporter
-Changed in the last days. +Changed in the last days.

- - - + + + - - -
Program:Version:Component:Program:Version:Component:
- + +

- + +

- + +

- +
- - - - + + + + - - - - + + + +
Summary:SubstringRegexpSummary:SubstringRegexp
Description:SubstringRegexpDescription:SubstringRegexp

@@ -216,27 +221,27 @@ print "
- Run this query + Run this query
"; if ($namelist ne "") { print " - - -
Load the remembered query: + + + - + - +
Load the remembered query:
Run the remembered query: Run the remembered query:
Forget the remembered query: Forget the remembered query:
" } print " - Remember this as the default query + Remember this as the default query
- Remember this query, and name it: - + Remember this query, and name it: +
Sort By: @@ -247,7 +252,7 @@ print " - +
Give me a clue about how to use this form. @@ -257,14 +262,14 @@ print " if (defined $::COOKIE{"Bugzilla_login"}) { if ($::COOKIE{"Bugzilla_login"} eq Param("maintainer")) { - print "Edit Bugzilla operating parameters
\n"; - print "Edit Bugzilla component owners
\n"; + print "Edit Bugzilla operating parameters
\n"; + print "Edit Bugzilla component owners
\n"; } - print "Log in as someone besides $::COOKIE{'Bugzilla_login'}
\n"; + print "Log in as someone besides $::COOKIE{'Bugzilla_login'}
\n"; } -print "Change your password.
\n"; -print "Create a new bug.
\n"; -print "Bug reports
\n"; +print "Change your password.
\n"; +print "Enter a new bug.
\n"; +print "Bug reports.
\n"; -- cgit v1.2.3-24-g4f1b