summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/search-report-table.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-09-04 05:41:20 +0200
committerlpsolit%gmail.com <>2006-09-04 05:41:20 +0200
commita774a67aa6c584ce80bb9cfef066b7f7e0d230dc (patch)
treeac131bd820b3ed162cfff5d8223320650de3cbcd /template/en/default/search/search-report-table.html.tmpl
parent4b956c1176381f684567ccc15e1e9c64c5d142fb (diff)
downloadbugzilla-a774a67aa6c584ce80bb9cfef066b7f7e0d230dc.tar.gz
bugzilla-a774a67aa6c584ce80bb9cfef066b7f7e0d230dc.tar.xz
Bug 310751: Tabular reports query page fails HTML validation - Patch by victory(_RSZ_) <bmo@rsz.jp> r=LpSolit a=myk
Diffstat (limited to 'template/en/default/search/search-report-table.html.tmpl')
-rw-r--r--template/en/default/search/search-report-table.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/search/search-report-table.html.tmpl b/template/en/default/search/search-report-table.html.tmpl
index b7e54a35e..9f7f2dd0f 100644
--- a/template/en/default/search/search-report-table.html.tmpl
+++ b/template/en/default/search/search-report-table.html.tmpl
@@ -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">