diff options
author | lpsolit%gmail.com <> | 2007-08-08 04:49:15 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-08-08 04:49:15 +0000 |
commit | 0d8f1f66a249190d26f58e652aa9c723acd29970 (patch) | |
tree | 03e7c67db71d128895c49746f950b4757123251a /template | |
parent | Bug 391073: process_bug.cgi throws an error if a bug is moved to another prod... (diff) | |
download | bugzilla-0d8f1f66a249190d26f58e652aa9c723acd29970.tar.gz bugzilla-0d8f1f66a249190d26f58e652aa9c723acd29970.tar.bz2 bugzilla-0d8f1f66a249190d26f58e652aa9c723acd29970.zip |
Bug 385319: Long titles (aka z-axis) in tabular reports break the UI (tables are not aligned vertically) - Patch by timeless <timeless@bemail.org> r/a=LpSolit
Diffstat (limited to 'template')
-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> |