X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freport_generator%2Fhtml_report_master.html;h=3c049d541de1ba163d13e0a45f48ccd0cac6fa44;hb=c471e07bab266369aee337382f53d0b8d817d301;hp=d76788bbb972c3cfac9460135a2ce8525be159aa;hpb=66e5ad7be944770f6c4e71fd84c9dd33cd1460c9;p=kivitendo-erp.git diff --git a/templates/webpages/report_generator/html_report_master.html b/templates/webpages/report_generator/html_report_master.html index d76788bbb..3c049d541 100644 --- a/templates/webpages/report_generator/html_report_master.html +++ b/templates/webpages/report_generator/html_report_master.html @@ -40,7 +40,7 @@ [% FOREACH col = COLUMN_HEADERS %] - + [% END %] @@ -59,7 +59,7 @@ [%- IF tdclass %] class="[% tdclass %]"[%- END %]> [%- IF col.raw_data %][%- col.raw_data %][%- END %] [%- USE iterator(col.CELL_ROWS) %][%- FOREACH cell_row = iterator %] - [%- IF cell_row.data %] + [%- IF cell_row.data != '' %] [%- IF cell_row.link %][%- END %] [%- cell_row.data %] [%- IF cell_row.link %][%- END %] @@ -88,9 +88,6 @@ [% IF SHOW_EXPORT_BUTTONS %] - - - [% FOREACH var = EXPORT_VARIABLES %] [% END %]
[% IF col.link %][% END %][% HTML.escape(col.text) %][% IF col.link %][% IF col.show_sort_indicator %][% END %][% ELSE %][% IF col.show_sort_indicator %][% END %][% END %][% IF col.link %][% END %][% col.text %][% IF col.link %][% IF col.show_sort_indicator %][% END %][% ELSE %][% IF col.show_sort_indicator %][% END %][% END %]