From daffcd74e36eab5a9813f5187329fb396f8d7b6d Mon Sep 17 00:00:00 2001 From: "bryce-mozilla%nextbus.com" <> Date: Tue, 4 May 1999 07:05:26 +0000 Subject: 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. --- defparams.pl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'defparams.pl') 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; -- cgit v1.2.3-24-g4f1b