X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fcsv_import%2Fform.html;h=b146465a8bbba692c061b74106c9aa65218d35a9;hb=4275966729691b3ae94efeeee829fa24cbf85e93;hp=fe17423c058d8ac4939db2aa496b0a8cab84db14;hpb=13b5fc65921f5c030a64a3c6f2faf4c822bc14a4;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index fe17423c0..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,7 +188,7 @@
[% L.submit_tag('action_test', LxERP.t8('Test and preview')) %] - [% IF SELF.import_status && SELF.num_importable %] + [% IF (SELF.import_status == 'tested') && SELF.num_importable %] [% L.submit_tag('action_import', LxERP.t8('Import')) %] [%- END %]