X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2Freport.html;h=ab1cae0cfaa5688b0689fcfd1d32de1721a416c8;hb=3b263d511374afbdbc87f7c2128a2daeaae11a7a;hp=539ce5a1f0e9a5a6ad3b16da4eb71f365fcc9a07;hpb=efb9a24f2252104ab4af5c25334119d7c5c70a8c;p=kivitendo-erp.git 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 %]