X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freport_generator%2Fhtml_report_de.html;h=6e1601ef8767b139b780c6f00e171de35b5bb5bd;hb=0d3ea6111fe9f64330e5d75be32fe0612a896333;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..6e1601ef8 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 %]
[% 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 %]