X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2Fform.html;h=b146465a8bbba692c061b74106c9aa65218d35a9;hb=8a2d9daf01083e1271cf6118591bb2c242734261;hp=bc23d54c2eb849637eb74e346c7a30753905652b;hpb=f87763cd84d89aafc4c4110ba42d041b02ce4371;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index bc23d54c2..b146465a8 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -45,6 +45,54 @@
+

[%- LxERP.t8('Help on column names') %]

+ +
+ [% LxERP.t8("Show help text") %] +
+ + + +
+

[%- LxERP.t8('Settings') %]

@@ -140,14 +188,19 @@
[% L.submit_tag('action_test', LxERP.t8('Test and preview')) %] - [% IF SELF.import_status && SELF.data.size %] + [% IF (SELF.import_status == 'tested') && SELF.num_importable %] [% L.submit_tag('action_import', LxERP.t8('Import')) %] [%- END %] [%- IF SELF.import_status %] - [%- PROCESS 'csv_import/_data.html' %] + [%- IF SELF.errors %] + [%- PROCESS 'csv_import/_errors.html' %] + [%- END %] + + [%- PROCESS 'csv_import/_result.html' %] + [%- PROCESS 'csv_import/_preview.html' %] [%- END %]