X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freport_generator%2Fhtml_report_de.html;h=0be715f09bcf48ebf8bd929e7727994e889c6267;hb=078fa02aa17feb2560a76b54a9c98c8c98957de5;hp=de330cfc4c8e794111eb577555f617a03ef0631d;hpb=66e5ad7be944770f6c4e71fd84c9dd33cd1460c9;p=kivitendo-erp.git diff --git a/templates/webpages/report_generator/html_report_de.html b/templates/webpages/report_generator/html_report_de.html index de330cfc4..0be715f09 100644 --- a/templates/webpages/report_generator/html_report_de.html +++ b/templates/webpages/report_generator/html_report_de.html @@ -38,11 +38,21 @@ [% IF DATA_PRESENT %]

+ [%- FOREACH row = HEADER_ROWS %] - [% FOREACH col = COLUMN_HEADERS %] - + [% FOREACH col = row %] + [% END %] + [%- END %] [% FOREACH row = ROWS %] [% IF row.IS_CONTROL %] @@ -52,6 +62,7 @@ [%- FOREACH col = row.COLUMNS %] 1 %] colspan="[% HTML.escape(col.colspan) %]"[% END -%] [%- SET tdclass = '' %] [%- IF row.BORDER_TOP %][%- SET tdclass = "$tdclass top_border" %][%- END %] [%- IF row.BORDER_BOTTOM %][%- SET tdclass = "$tdclass bottom_border" %][%- END %] @@ -59,7 +70,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 +99,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 %] 1 %] colspan="[% HTML.escape(col.colspan) %]"[% END -%] + > + [%- IF col.link -%][%- END -%] + [%- col.text -%] + [%- IF col.show_sort_indicator -%][%- END -%] + [%- IF col.link -%][%- END -%] +