X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freport_generator%2Fhtml_report.html;h=1430969dd940b3d882550cb33f4995693d95a62d;hb=4247547d2a925ddad7006cae89e5f9f1fda7d469;hp=2b169ab368acec5604a2a0a96e07f89a83c0d91b;hpb=cafe1b4f14d15c3bdf36bba97b4cba487e9b0e5d;p=kivitendo-erp.git diff --git a/templates/webpages/report_generator/html_report.html b/templates/webpages/report_generator/html_report.html index 2b169ab36..1430969dd 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,7 +35,7 @@ [%- 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 -%] + [%- IF col.link -%][%- END -%] [%- col.text -%] [%- IF col.show_sort_indicator -%][%- END -%] [%- IF col.link -%][%- END -%] @@ -63,7 +63,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 +76,8 @@ [% END %] [% END %] - -

+


[% ELSE %]

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

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