summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-01-16 07:05:41 +0100
committerterry%netscape.com <>1999-01-16 07:05:41 +0100
commitccb7eb4de2f2db328c1ab716e58074655b993b19 (patch)
treefd0a729ba84038a8b65b0f05de2fe7192712f189 /query.cgi
parent498a074ffb750e9f3513e932106c990a5cabaca4 (diff)
downloadbugzilla-ccb7eb4de2f2db328c1ab716e58074655b993b19.tar.gz
bugzilla-ccb7eb4de2f2db328c1ab716e58074655b993b19.tar.xz
Allow querying by OS.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi7
1 files changed, 7 insertions, 0 deletions
diff --git a/query.cgi b/query.cgi
index 7c601721e..170d84b9d 100755
--- a/query.cgi
+++ b/query.cgi
@@ -31,6 +31,7 @@ use vars @::legal_resolution,
@::legal_bug_status,
@::legal_priority,
@::legal_resolution,
+ @::legal_opsys,
@::legal_platform,
@::legal_components,
@::legal_versions,
@@ -125,6 +126,7 @@ print "
<th align=left><A HREF=\"bug_status.html\">Status</a>:</th>
<th align=left><A HREF=\"bug_status.html\">Resolution</a>:</th>
<th align=left><A HREF=\"bug_status.html#rep_platform\">Platform</a>:</th>
+<th align=left><A HREF=\"bug_status.html#op_sys\">OpSys</a>:</th>
<th align=left><A HREF=\"bug_status.html#priority\">Priority</a>:</th>
<th align=left><A HREF=\"bug_status.html#severity\">Severity</a>:</th>
</tr>
@@ -145,6 +147,11 @@ print "
</SELECT>
</td>
<td align=left valign=top>
+<SELECT NAME=\"op_sys\" MULTIPLE SIZE=7>
+@{[make_options(\@::legal_opsys, $default{'op_sys'}, $type{'op_sys'})]}
+</SELECT>
+</td>
+<td align=left valign=top>
<SELECT NAME=\"priority\" MULTIPLE SIZE=7>
@{[make_options(\@::legal_priority, $default{'priority'}, $type{'priority'})]}
</SELECT>