summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorbryce-mozilla%nextbus.com <>1999-05-04 09:05:26 +0200
committerbryce-mozilla%nextbus.com <>1999-05-04 09:05:26 +0200
commitdaffcd74e36eab5a9813f5187329fb396f8d7b6d (patch)
tree9cb91bbfa2c86234edfaeebeae88c739ff81d47c /defparams.pl
parent720ac379ca88dec24a3db244b4fbeb2c694a9599 (diff)
downloadbugzilla-daffcd74e36eab5a9813f5187329fb396f8d7b6d.tar.gz
bugzilla-daffcd74e36eab5a9813f5187329fb396f8d7b6d.tar.xz
Add parameter "usebrowserinfo", to allow disabling the setting of OS and Platform
based on the brower the user makes the report from. Realign text box for narrower windows. Remove Mozilla-specific default parameter.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl9
1 files changed, 6 insertions, 3 deletions
diff --git a/defparams.pl b/defparams.pl
index 9bcc9a567..f5b3d4198 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -238,7 +238,7 @@ You will get this message once a day until you've dealt with these bugs!
DefParam("defaultquery",
"This is the default query that initially comes up when you submit a bug. It's in URL parameter format, which makes it hard to read. Sorry!",
"t",
- "bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Mozilla&order=%22Importance%22");
+ "bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=%22Importance%22");
DefParam("letsubmitterchoosepriority",
@@ -286,8 +286,11 @@ DefParam("usestatuswhiteboard",
"b",
0);
-
-
+DefParam("usebrowserinfo",
+ "Do you want bug reports to be assigned an OS & Platform based on the browser
+ the user makes the report from?",
+ "b",
+ 1);
1;