X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freport_generator%2Fhtml_report_de.html;h=9b51544cf6278802c7928fb7b14b459110f65899;hb=ee82a6ce45291872bfb41d178352b61a9b9be957;hp=b14b02e5021ff0a95cb395d88ed5133b88d90dc4;hpb=d7cc14302eab5840bf4c854d079dcc05389150a3;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 b14b02e50..9b51544cf 100644 --- a/templates/webpages/report_generator/html_report_de.html +++ b/templates/webpages/report_generator/html_report_de.html @@ -10,6 +10,19 @@ --> + + [% IF MESSAGE %]

[% MESSAGE %]

[% END %] @@ -27,17 +40,34 @@ [% FOREACH col = COLUMN_HEADERS %] - + [% END %] [% FOREACH row = ROWS %] [% IF row.IS_CONTROL %] - [% IF row.IS_SEPARATOR %][% END %][% IF row.IS_COLSPAN_DATA %][% END %] + [% IF row.IS_COLSPAN_DATA %][% END %] [% ELSE %] - [% FOREACH col = row.COLUMNS %][% IF col.raw_data %][% col.raw_data %][% END %][% USE iterator(col.CELL_ROWS) %][% FOREACH cell_row = iterator %][% IF cell_row.data %][% IF cell_row.link %][% END %][% cell_row.data %][% IF cell_row.link %][% END %][% END %][% UNLESS iterator.last %]
[% END %][% END %] - [% END %] + [%- FOREACH col = row.COLUMNS %] + + [%- IF col.raw_data %][%- col.raw_data %][%- END %] + [%- USE iterator(col.CELL_ROWS) %][%- FOREACH cell_row = iterator %] + [%- IF cell_row.data != '' %] + [%- IF cell_row.link %][%- END %] + [%- cell_row.data %] + [%- IF cell_row.link %][%- END %] + [%- END %] + [%- UNLESS iterator.last %]
[%- END %] + [%- END %] + + [%- END %]
[% END %] [% END %] @@ -58,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 %]

[% row.data %]
[% row.data %]