summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/form.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/search/form.html.tmpl')
-rw-r--r--template/en/default/search/form.html.tmpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index ee8567586..230a438c1 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -628,12 +628,13 @@ function doOnSelectProduct(selectmode) {
<option value="[% name FILTER html %]"
[% " selected" IF lsearch(default.${sel.name}, name) != -1 %]>
[% IF sel.name == "bug_status" %]
- [% status_descs.${name} FILTER html %]</option>
+ [% status_descs.${name} FILTER html %]
[% ELSIF sel.name == "resolution" %]
- [% resolution_descs.${name} FILTER html %]</option>
+ [% get_resolution(name) FILTER html %]
[% ELSE %]
- [% name FILTER html %]</option>
+ [% name FILTER html %]
[% END %]
+ </option>
[% END %]
</select>
</td>