X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freport_generator%2Fhtml_report.html;h=bd9ac7a514a2da6028ec96351df499e8d7822b56;hb=bd3ddb3abf7d621a428b2da42e378324ac417acc;hp=19a5ca603640b14446e581977a9416408d2679a5;hpb=e4cc2d96d02db7afe60badf15600449ac5bcecf2;p=kivitendo-erp.git diff --git a/templates/webpages/report_generator/html_report.html b/templates/webpages/report_generator/html_report.html index 19a5ca603..bd9ac7a51 100644 --- a/templates/webpages/report_generator/html_report.html +++ b/templates/webpages/report_generator/html_report.html @@ -29,7 +29,8 @@ [% IF DATA_PRESENT %]

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


@@ -96,27 +100,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 +137,7 @@ document.report_generator_form.submit(); } // --> +[%- END %][%# !SKIP_BUTTONS %] [%- END %]