X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0f0cb3b708f9078b774a07cecd996e5bdc5fac63..e7a7492e:/templates/webpages/csv_import/report.html diff --git a/templates/webpages/csv_import/report.html b/templates/webpages/csv_import/report.html index 539ce5a1f..ab1cae0cf 100644 --- a/templates/webpages/csv_import/report.html +++ b/templates/webpages/csv_import/report.html @@ -1,7 +1,20 @@ [% USE HTML %] [% USE LxERP %] [% USE L %] -

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

+

+ [%- IF SELF.report.test_mode %] + [%- LxERP.t8('Import preview') %] + [%- ELSE %] + [%- LxERP.t8('Import result') %] + [%- END %] +

+ +[%- IF SELF.report.test_mode %] +

+ [% 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 %] @@ -32,5 +45,5 @@ [%- PROCESS 'common/paginate.html' pages=SELF.pages, base_url = SELF.base_url %]