Commit 0d8f1f66 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 385319: Long titles (aka z-axis) in tabular reports break the UI (tables are…

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
parent 53ffc92a
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment