Commit ac6820ab authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 441542: Graphical Reports "Generate Report" button has wrong CSS id

Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit
parent c0b5d5f7
...@@ -147,7 +147,7 @@ function doOnSelectProduct(selectmode) { ...@@ -147,7 +147,7 @@ function doOnSelectProduct(selectmode) {
</td> </td>
<td> <td>
[% IF button_name %] [% 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 %]"> value="[% button_name FILTER html %]">
[% END %] [% END %]
</td> </td>
......
...@@ -129,7 +129,7 @@ var queryform = "reportform" ...@@ -129,7 +129,7 @@ var queryform = "reportform"
[% PROCESS search/form.html.tmpl %] [% PROCESS search/form.html.tmpl %]
<br> <br>
<input type="submit" id="[% button_name FILTER html %]" <input type="submit" id="[% button_name FILTER css_class_quote %]"
value="[% button_name FILTER html %]"> value="[% button_name FILTER html %]">
<input type="hidden" name="action" value="wrap"> <input type="hidden" name="action" value="wrap">
<hr> <hr>
......
...@@ -81,7 +81,7 @@ var queryform = "reportform" ...@@ -81,7 +81,7 @@ var queryform = "reportform"
[% PROCESS search/form.html.tmpl %] [% PROCESS search/form.html.tmpl %]
<br> <br>
<input type="submit" id="[% button_name.replace (' ' , '_') FILTER html %]" <input type="submit" id="[% button_name FILTER css_class_quote %]"
value="[% button_name FILTER html %]"> value="[% button_name FILTER html %]">
<input type="hidden" name="format" value="table"> <input type="hidden" name="format" value="table">
<input type="hidden" name="action" value="wrap"> <input type="hidden" name="action" value="wrap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment