From 6526314ef39287f0ae11e43e325250bd760a03a2 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 8 Feb 2009 14:21:26 +0000 Subject: Bug 365521 and bug 365056: remove Netscape-specific parts of form, fix encodings of &, and update OS list. r=justdave, a=lpsolit. --- .../en/default/bug/create/create-guided.html.tmpl | 44 +++------------------- 1 file changed, 5 insertions(+), 39 deletions(-) (limited to 'template/en/default/bug/create/create-guided.html.tmpl') diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 923442860..9f2a21b71 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -67,40 +67,6 @@ function PutDescription() { } -[%# Browser sniff to try and reduce the incidence of Netscape 6/7 bugs %] - -[% IF cgi.user_agent('Netscape(\d)') %] - [% matches = cgi.user_agent().match('Netscape(\d)') %] -
- - - You are using Netscape [% matches.0 %]. - Report [% terms.bugs %] with this browser to the - - Netscape [% matches.0 %] Feedback Center. - - - This form is only for reporting [% terms.bugs %] in the Mozilla web browser - and other products from mozilla.org. To report [% terms.abug %] you find - in Netscape [% matches.0 %] with this form, you must reproduce it first in - a recent build of - Mozilla, - Firefox, -Thunderbird or - Camino - to make sure the problem hasn't been fixed already. -
-[% END %] - -[% IF cgi.user_agent('Gecko/') %] - [% matches = cgi.user_agent().match('Gecko/(\d+)') %] - -[% END %] - - -

Step 1 of 3 - has your [% terms.bug %] already been reported?

@@ -121,13 +87,13 @@ function PutDescription() { [% END %]

- All-time Top 100 (loaded initially) | - Hot in the last two weeks + All-time Top 100 (loaded initially) | + Hot in the last two weeks

@@ -260,8 +226,8 @@ function PutDescription() { - [% op_sys = [ "Windows 2000", "Windows XP", "Windows Vista", - "Mac OS X", "Linux", "All", "other" ] %] + [% op_sys = [ "Windows 2000", "Windows XP", "Windows Vista", "Windows 7", + "Mac OS X", "Linux", "All", "Other" ] %] -- cgit v1.2.3-24-g4f1b