X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freport_generator%2Fhtml_report_master.html;h=707657c56a5b55893b7660e990afe1180d1951fa;hb=73a404b58ebe0de883558b898ee07ae3499461b7;hp=e59d5df18564ea067872feba71a0d6884a665b3c;hpb=84ba8214f6f1e68de5fa317b8239a7888a4aac03;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 e59d5df18..707657c56 100644 --- a/templates/webpages/report_generator/html_report_master.html +++ b/templates/webpages/report_generator/html_report_master.html @@ -41,7 +41,15 @@ [%- FOREACH row = HEADER_ROWS %] [% FOREACH col = row %] - [% IF col.link %][% END %][% 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 -%] + [% END %] [%- END %] @@ -54,19 +62,23 @@ [%- 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 %][%- 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 %] + [%- 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 %] - [%- UNLESS iterator.last %]
[%- END %] [%- END %] [%- END %] @@ -99,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 %]