X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/638e0b031a49d9864395e8600077306b91a45252..87eebe6:/templates/webpages/csv_import/report.html diff --git a/templates/webpages/csv_import/report.html b/templates/webpages/csv_import/report.html index 96fb0a547..51d4eb23c 100644 --- a/templates/webpages/csv_import/report.html +++ b/templates/webpages/csv_import/report.html @@ -1,9 +1,9 @@ [% USE HTML %] [% USE LxERP %] [% USE L %] -

[%- LxERP.t8('Import result') %]

+[%- PROCESS 'common/paginate.html' pages=SELF.pages, base_url = SELF.base_url %] [%- FOREACH rownum = SELF.display_rows %] [%- IF loop.first %] @@ -15,7 +15,7 @@ [%- ELSE %] [% csv_import_report_errors = SELF.report_status.${rownum}.errors %] - + [%- FOREACH value = SELF.report_rows.${rownum} %] [%- END %] @@ -29,7 +29,7 @@
[%- value | html %]
-[%- PROCESS 'common/paginate.html' pages=SELF.pages %] +[%- PROCESS 'common/paginate.html' pages=SELF.pages, base_url = SELF.base_url %]