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.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index 879625d02..ee8567586 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -145,7 +145,8 @@ function doOnSelectProduct(selectmode) {
</td>
<td>
[% IF button_name %]
- <input type="submit" value="[% button_name FILTER html %]">
+ <input type="submit" id="[% button_name FILTER html %]"
+ value="[% button_name FILTER html %]">
[% END %]
</td>
</tr>