From: gerv%gerv.net <> Date: Mon, 11 Nov 2002 06:48:55 +0000 (+0000) Subject: Bug 170464 - OS/2 disappeared from 'Operating System' list. This allows selection... X-Git-Tag: bugzilla-2.17.2~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe878abb83b99e1be508e69a7a3fe98c970f678f;p=thirdparty%2Fbugzilla.git Bug 170464 - OS/2 disappeared from 'Operating System' list. This allows selection of any OS, if the submitter is running it, on this form. Patch by gerv; r,a=justdave. --- diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 6150a620ef..364f8d4727 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -259,7 +259,7 @@ function PutDescription() { [%# We override rep_platform and op_sys for simplicity. The values chosen are based on which are most common in the b.m.o database %] - [% rep_platform = [ "All", "PC", "Macintosh", "Sun", "Other" ] %] + [% rep_platform = [ "PC", "Macintosh", "All", "Other" ] %] @@ -270,10 +270,9 @@ function PutDescription() { - [% op_sys = [ "All", "Windows 95", "Windows 98", "Windows NT", "Windows ME", - "Windows 2000", "Windows XP", "Mac System 8.6", - "Mac System 9.x", "MacOS X", "Linux", "Solaris", - "FreeBSD", "other" ] %] + [% op_sys = [ "Windows 98", "Windows NT", "Windows 2000", "Windows XP", + "Mac System 9.x", "MacOS X", + "Linux", "All", "other" ] %] @@ -532,9 +531,14 @@ function PutDescription() { [% BLOCK select %]