X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freport_generator%2Fhtml_report.html;h=4ed1ca88e7d95f34e943f0eacfc1b745807404fd;hb=2bc2e21bb970197e0b4151d19648e7bb5ce21b18;hp=2dfc871a9579057c47cebc2db7105d76ddff787a;hpb=54ce51443886623bb785e7c54492ecbc8dc9b3aa;p=kivitendo-erp.git diff --git a/templates/webpages/report_generator/html_report.html b/templates/webpages/report_generator/html_report.html index 2dfc871a9..4ed1ca88e 100644 --- a/templates/webpages/report_generator/html_report.html +++ b/templates/webpages/report_generator/html_report.html @@ -28,8 +28,8 @@ [% RAW_TOP_INFO_TEXT %] [% IF DATA_PRESENT %] -

+ [%- FOREACH row = HEADER_ROWS %] [% FOREACH col = row %] @@ -49,7 +49,9 @@ [% END %] [%- END %] + + [% FOREACH row = ROWS %] [% IF row.IS_CONTROL %] [% IF row.IS_COLSPAN_DATA %][% END %] @@ -82,9 +84,9 @@ [% END %] [% END %] +
[% row.data %]


-

[% ELSE %]

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

[% END %] @@ -96,27 +98,32 @@ [% END %] [% IF SHOW_EXPORT_BUTTONS %] -
+ [% FOREACH var = EXPORT_VARIABLES %] [% END %] [%- IF CONTROLLER_DISPATCH %] +[% IF !SKIP_BUTTONS %] +[%- END %][%# !SKIP_BUTTONS %] +[% IF !SKIP_BUTTONS %]

[% 'List export' | $T8 %]
[% IF ALLOW_PDF_EXPORT %][% END %] [% IF ALLOW_CSV_EXPORT %][% END %]

+[%- END %][%# !SKIP_BUTTONS %] [%- ELSE %] +[% IF !SKIP_BUTTONS %]

[% 'List export' | $T8 %]
[% IF ALLOW_PDF_EXPORT %][% END %] @@ -128,6 +135,7 @@ document.report_generator_form.submit(); } // --> +[%- END %][%# !SKIP_BUTTONS %] [%- END %]