summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-08-08 06:49:15 +0200
committerlpsolit%gmail.com <>2007-08-08 06:49:15 +0200
commit0d8f1f66a249190d26f58e652aa9c723acd29970 (patch)
tree03e7c67db71d128895c49746f950b4757123251a /template/en/default/reports
parent53ffc92a0a76c7fd0ed689ec281826b52ed6b7cd (diff)
downloadbugzilla-0d8f1f66a249190d26f58e652aa9c723acd29970.tar.gz
bugzilla-0d8f1f66a249190d26f58e652aa9c723acd29970.tar.xz
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/en/default/reports')
-rw-r--r--template/en/default/reports/report-table.html.tmpl13
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>