Commit a774a67a authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 310751: Tabular reports query page fails HTML validation - Patch by…

Bug 310751: Tabular reports query page fails HTML validation - Patch by victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
parent 4b956c11
......@@ -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>
......
......@@ -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">
......
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