summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/search-specific.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/search/search-specific.html.tmpl')
-rw-r--r--template/en/default/search/search-specific.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/search/search-specific.html.tmpl b/template/en/default/search/search-specific.html.tmpl
index ca3dae67b..b50307552 100644
--- a/template/en/default/search/search-specific.html.tmpl
+++ b/template/en/default/search/search-specific.html.tmpl
@@ -58,7 +58,7 @@ for "crash secure SSL flash".
<b><label for="bug_status">Status:</label></b>
</td>
<td>
- <select name="bug_status">
+ <select name="bug_status" id="bug_status">
[% FOREACH s = ['open', 'closed', 'all'] %]
<option value="__[% s %]__"
[% " selected" IF default.bug_status.0 == "__${s}__" %]>
@@ -73,7 +73,7 @@ for "crash secure SSL flash".
<b><label for="product">Product:</label></b>
</td>
<td>
- <select name="product">
+ <select name="product" id="product">
<option value="">All</option>
[% FOREACH p = product %]
<option value="[% p.name FILTER html %]"
@@ -88,7 +88,7 @@ for "crash secure SSL flash".
<b><label for="content">Words:</label></b>
</td>
<td>
- <input name="content" size="40"
+ <input name="content" size="40" id="content"
value="[% default.content.0 FILTER html %]">
<script language="JavaScript" type="text/javascript"> <!--
document.forms['queryform'].content.focus();