]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 441542: Graphical Reports "Generate Report" button has wrong CSS id
authormkanat%bugzilla.org <>
Tue, 12 Aug 2008 12:59:20 +0000 (12:59 +0000)
committermkanat%bugzilla.org <>
Tue, 12 Aug 2008 12:59:20 +0000 (12:59 +0000)
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit

template/en/default/search/form.html.tmpl
template/en/default/search/search-report-graph.html.tmpl
template/en/default/search/search-report-table.html.tmpl

index 1df194c3d7aca5444cce196e913b9b83525b8851..7bde916c953c9453f52d6a98f6ccc59519f7ab53 100644 (file)
@@ -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>
index 83b916631c1bad2d0dccf3ef12ad6e396fb54aea..61dd3b5df6bcca77e12e6087f970125203eb815f 100644 (file)
@@ -129,7 +129,7 @@ var queryform = "reportform"
 [% PROCESS search/form.html.tmpl %]
 
 <br>
-<input type="submit" id="[% button_name FILTER html %]"
+<input type="submit" id="[% button_name FILTER css_class_quote %]"
        value="[% button_name FILTER html %]">
 <input type="hidden" name="action" value="wrap">
 <hr>
index 8c9f2512fb7996df3161c6e9d6c91d8d1ccee8a2..55d62a1409845fab30b4e48bc36be486b7afe578 100644 (file)
@@ -81,7 +81,7 @@ var queryform = "reportform"
 [% PROCESS search/form.html.tmpl %]
 
 <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 %]">
 <input type="hidden" name="format" value="table">
 <input type="hidden" name="action" value="wrap">