diff options
Diffstat (limited to 'template/en/default/search/search-report-table.html.tmpl')
-rw-r--r-- | template/en/default/search/search-report-table.html.tmpl | 6 |
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"> |