X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e5a690f9c51aab7ac96130cb11b9d4c740c84016..76592c8a3:/templates/webpages/csv_import/report.html diff --git a/templates/webpages/csv_import/report.html b/templates/webpages/csv_import/report.html index 7154e75a2..ab1cae0cf 100644 --- a/templates/webpages/csv_import/report.html +++ b/templates/webpages/csv_import/report.html @@ -1,12 +1,25 @@ [% USE HTML %] [% USE LxERP %] [% USE L %] -
+ [% LxERP.t8("The following is only a preview.") %] + [% LxERP.t8("No entries have been imported yet.") %] +
+[%- END %] [%- PROCESS 'common/paginate.html' pages=SELF.pages, base_url = SELF.base_url %]| [% value | html %] | @@ -15,13 +28,13 @@|
|---|---|
| [%- value | html %] | [%- END %]
[%- FOREACH error = csv_import_report_errors %][%- error | html %][% UNLESS loop.last %] [%- END %][%- END %] - [%- FOREACH info = SELF.report_status.${rownum}.information %][% IF !loop.first || csv_import_report_errors.size %] [%- END %][%- info | html %][%- END %] + [%- FOREACH info = SELF.report_status.${rownum}.information %][% IF rownum >= SELF.report_numheaders || csv_import_report_errors.size %] [%- END %][%- info | html %][%- END %] |