From 1ee3b0e9d5ec6a93fa5e0f0e6160ec9f7a142f5b Mon Sep 17 00:00:00 2001 From: "tara%tequilarista.org" Date: Wed, 7 Mar 2001 05:02:46 +0000 Subject: [PATCH] Making query.cgi use the new queryhelp.cgi doc --- webtools/bugzilla/query.cgi | 57 ++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 26 deletions(-) diff --git a/webtools/bugzilla/query.cgi b/webtools/bugzilla/query.cgi index b002a2ef748b..2ba6a8a55d8c 100755 --- a/webtools/bugzilla/query.cgi +++ b/webtools/bugzilla/query.cgi @@ -233,7 +233,7 @@ sub GenerateEmailInput { -
Email: +Email:  matching as } . BuildPulldown("emailtype$id", [["regexp", "regexp"], @@ -538,17 +538,19 @@ push @::legal_resolution, "---"; # Oy, what a hack. my @logfields = ("[Bug creation]", @::log_columns); +print"

Give me a clue about how to use this form.

"; + print qq{

- - - - - - + + + + + + }; print " @@ -846,7 +848,7 @@ for ($chart=0 ; exists $::FORM{"field$chart-0-0"} ; $chart++) {             -What is this stuff? +What is this stuff? }; } print qq{ @@ -935,26 +937,29 @@ if ($userdefaultquery) { print " -

Give me a clue about how to use this form. -

"; +### +### I really hate this redudancy, but if somebody for some inexplicable reason doesn't like using +### the footer for these links, they can uncomment this section. +### + +# if (UserInGroup("tweakparams")) { +# print "Edit Bugzilla operating parameters
\n"; +# } +# if (UserInGroup("editcomponents")) { +# print "Edit Bugzilla products and components
\n"; +# } +# if (UserInGroup("editkeywords")) { +# print "Edit Bugzilla keywords
\n"; +# } +# if ($userid) { +# print "Log in as someone besides $::COOKIE{'Bugzilla_login'}
\n"; +# } +# print "Change your password or preferences.
\n"; +# print "Report a new bug.
\n"; +# print "Open a new Bugzilla account
\n"; +# print "Bug reports
\n"; -if (UserInGroup("tweakparams")) { - print "Edit Bugzilla operating parameters
\n"; -} -if (UserInGroup("editcomponents")) { - print "Edit Bugzilla products and components
\n"; -} -if (UserInGroup("editkeywords")) { - print "Edit Bugzilla keywords
\n"; -} -if ($userid) { - print "Log in as someone besides $::COOKIE{'Bugzilla_login'}
\n"; -} -print "Change your password or preferences.
\n"; -print "Report a new bug.
\n"; -print "Open a new Bugzilla account
\n"; -print "Bug reports
\n"; PutFooter();

Status:Resolution:Platform:OpSys:Priority:Severity:Status:Resolution:Platform:OpSys:Priority:Severity: