diff options
Diffstat (limited to 'template/en/default/reports/report-table.html.tmpl')
-rw-r--r-- | template/en/default/reports/report-table.html.tmpl | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/template/en/default/reports/report-table.html.tmpl b/template/en/default/reports/report-table.html.tmpl index 4ed384259..a51d0ba59 100644 --- a/template/en/default/reports/report-table.html.tmpl +++ b/template/en/default/reports/report-table.html.tmpl @@ -44,16 +44,11 @@ [% tbl_field FILTER url_quote %]=[% tbl FILTER url_quote %][% END %] [% END %] +[% IF tbl_field %] + <h2>[% tbl_disp FILTER html %]</h2> +[% END %] + <table> - [% IF tbl_field %] - <tr> - <td> - </td> - <td align="center"> - <h2>[% tbl_disp FILTER html %]</h2> - </td> - </tr> - [% END %] <tr> <td> </td> |