X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Freport_generator%2Fhtml_report.html;h=9a3d934803a06ab546f949565bfbbed3425e4d8b;hb=97eb7f688801d7f545c710270379a9a4d86d92dc;hp=71908655ccd74f14479a35b38d3d30f872670be8;hpb=075bd42af8885aee3c18fe055a2c82b8b43f4cea;p=kivitendo-erp.git diff --git a/templates/webpages/report_generator/html_report.html b/templates/webpages/report_generator/html_report.html index 71908655c..9a3d93480 100644 --- a/templates/webpages/report_generator/html_report.html +++ b/templates/webpages/report_generator/html_report.html @@ -27,7 +27,7 @@ [% IF DATA_PRESENT %]

- +
[%- FOREACH row = HEADER_ROWS %] [% FOREACH col = row %] @@ -35,10 +35,14 @@ [%- IF col.align %] align="[% HTML.escape(col.align) %]" style="text-align: [% HTML.escape(col.align) %]"[% END -%] [%- IF col.colspan && col.colspan > 1 %] colspan="[% HTML.escape(col.colspan) %]"[% END -%] > - [%- IF col.link -%][%- END -%] - [%- col.text -%] - [%- IF col.show_sort_indicator -%][%- END -%] - [%- IF col.link -%][%- END -%] + [%- IF col.raw_header_data %] + [% col.raw_header_data %] + [% ELSE %] + [%- IF col.link -%][%- END -%] + [%- col.text -%] + [%- IF col.show_sort_indicator -%][%- END -%] + [%- IF col.link -%][%- END -%] + [%- END %] [% END %] @@ -63,7 +67,7 @@ [%- ELSE %] [%- USE iterator(col.CELL_ROWS) %][%- FOREACH cell_row = iterator %] [%- IF cell_row.data != '' %] - [%- IF cell_row.link %][%- END %] + [%- IF cell_row.link %][%- END %] [%- cell_row.data %] [%- IF cell_row.link %][%- END %] [%- END %] @@ -76,9 +80,8 @@ [% END %] [% END %] - -

+


[% ELSE %]

[% 'No data was found.' | $T8 %]

@@ -127,4 +130,3 @@ [% END %] -