X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freport_generator%2Fhtml_report_master.html;h=707657c56a5b55893b7660e990afe1180d1951fa;hb=73a404b58ebe0de883558b898ee07ae3499461b7;hp=c77fbdb37ae14fe0a4b4aeea8cd4351966ad0505;hpb=bf95b9d5cebece3ed59d7db84590c4ba59accc66;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 c77fbdb37..707657c56 100644 --- a/templates/webpages/report_generator/html_report_master.html +++ b/templates/webpages/report_generator/html_report_master.html @@ -10,6 +10,19 @@ --> + + [% IF MESSAGE %]

[% MESSAGE %]

[% END %] @@ -25,19 +38,50 @@ [% IF DATA_PRESENT %]

+ [%- FOREACH row = HEADER_ROWS %] - [% FOREACH col = COLUMN_HEADERS %] - + [% FOREACH col = row %] + [% END %] + [%- 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 %] + 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 %] + [%- IF col.class %][%- SET tdclass = "$tdclass $col.class" %][%- END %] + [%- IF tdclass %] class="[% tdclass %]"[%- END %]> + [%- IF col.raw_data %] + [%- col.raw_data %] + [%- ELSE %] + [%- 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 %] [% END %] @@ -58,9 +102,6 @@ [% IF SHOW_EXPORT_BUTTONS %] - - - [% FOREACH var = EXPORT_VARIABLES %] [% END %] @@ -70,9 +111,9 @@

- Listenexport
- [% IF ALLOW_PDF_EXPORT %][% END %] - [% IF ALLOW_CSV_EXPORT %][% END %] + List export
+ [% IF ALLOW_PDF_EXPORT %][% END %] + [% IF ALLOW_CSV_EXPORT %][% 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 %] 1 %] colspan="[% HTML.escape(col.colspan) %]"[% END -%] + > + [%- IF col.link -%][%- END -%] + [%- col.text -%] + [%- IF col.show_sort_indicator -%][%- END -%] + [%- IF col.link -%][%- END -%] +

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