]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 310751: Tabular reports query page fails HTML validation - Patch by victory(_RSZ_...
authorlpsolit%gmail.com <>
Mon, 4 Sep 2006 03:41:20 +0000 (03:41 +0000)
committerlpsolit%gmail.com <>
Mon, 4 Sep 2006 03:41:20 +0000 (03:41 +0000)
template/en/default/search/form.html.tmpl
template/en/default/search/search-report-table.html.tmpl

index 230a438c1838dcec1bd17ae809c9b869550d994c..c6a8f65da3dfdee92e1f91c524db2aacb07e063a 100644 (file)
@@ -145,7 +145,7 @@ function doOnSelectProduct(selectmode) {
     </td>
     <td>
       [% IF button_name %]
-        <input type="submit" id="[% button_name FILTER html %]"
+        <input type="submit" id="[% button_name.replace (' ' , '_') FILTER html %]"
                value="[% button_name FILTER html %]">
       [% END %]
     </td>
@@ -422,8 +422,6 @@ function doOnSelectProduct(selectmode) {
   </tr>
 </table>
 
-<p>
-
 [%# *** Email Numbering Votes *** %]
 
 <table>
index b7e54a35e31b7db1976c1ea806ea35841c8aede6..9f7f2dd0f2d69c119282a9de672eeca7fb7a861f 100644 (file)
@@ -64,9 +64,9 @@ var queryform = "reportform"
       [% PROCESS select name = 'y_axis_field' %]
     </td>
     <td width="150" height="150">
-      <table border="1" width="100%" height="100%">
+      <table border="1" width="100%">
         <tr>
-          <td align="center" valign="middle">
+          <td align="center" valign="middle" height="150">
             <b>Multiple Tables:</b><br>
             [% PROCESS select name = 'z_axis_field' %]
           </td>
@@ -81,7 +81,7 @@ var queryform = "reportform"
 [% PROCESS search/form.html.tmpl %]
 
 <br>
-<input type="submit" id="[% button_name FILTER html %]"
+<input type="submit" id="[% button_name.replace (' ' , '_') FILTER html %]"
        value="[% button_name FILTER html %]">
 <input type="hidden" name="format" value="table">
 <input type="hidden" name="action" value="wrap">