summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/form.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-08-12 14:58:06 +0200
committermkanat%bugzilla.org <>2008-08-12 14:58:06 +0200
commitac6820ab03a12c710404acf102d9351c0a6e986c (patch)
tree8edc622fe04a3c77937eede6782d5439ef991abf /template/en/default/search/form.html.tmpl
parentc0b5d5f7f2b86a6a8af44a71d10d662e11d57622 (diff)
downloadbugzilla-ac6820ab03a12c710404acf102d9351c0a6e986c.tar.gz
bugzilla-ac6820ab03a12c710404acf102d9351c0a6e986c.tar.xz
Bug 441542: Graphical Reports "Generate Report" button has wrong CSS id
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/search/form.html.tmpl')
-rw-r--r--template/en/default/search/form.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index 1df194c3d..7bde916c9 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -147,7 +147,7 @@ function doOnSelectProduct(selectmode) {
</td>
<td>
[% IF button_name %]
- <input type="submit" id="[% button_name.replace (' ' , '_') FILTER html %]"
+ <input type="submit" id="[% button_name FILTER css_class_quote %]_top"
value="[% button_name FILTER html %]">
[% END %]
</td>