X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2Fform.html;h=b146465a8bbba692c061b74106c9aa65218d35a9;hb=35caef2ba9d189a9d668eefc5db1cfe153984180;hp=4ae1cf6d153df31a2e74e0a771e729b0813199b6;hpb=0f84ffa0664bfebe1cfe613223ac15547ae56f21;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index 4ae1cf6d1..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') %]

@@ -112,9 +160,9 @@ @@ -139,10 +187,22 @@
[%- LxERP.t8('Check for duplicates') %]: - [% opts = [ [ 'no_check', LxERP.t8('Do not check for duplicates') ], + [% opts = [ [ 'no_check', LxERP.t8('Do not check for duplicates') ], [ 'check_csv', LxERP.t8('Discard duplicate entries in CSV file') ], - [ 'check_db', LxERP.t8('Discard entries with duplicates in database and CSV file') ] ] %] + [ 'check_db', LxERP.t8('Discard entries with duplicates in database or CSV file') ] ] %] [% L.select_tag('settings.duplicates', L.options_for_select(opts, default => SELF.profile.get('duplicates')), style => 'width: 300px') %]
- [% L.submit_tag('action_test', LxERP.t8('Gogogo')) %] + [% L.submit_tag('action_test', LxERP.t8('Test and preview')) %] + [% IF (SELF.import_status == 'tested') && SELF.num_importable %] + [% L.submit_tag('action_import', LxERP.t8('Import')) %] + [%- END %] + [%- IF SELF.import_status %] + [%- IF SELF.errors %] + [%- PROCESS 'csv_import/_errors.html' %] + [%- END %] + + [%- PROCESS 'csv_import/_result.html' %] + [%- PROCESS 'csv_import/_preview.html' %] + [%- END %] +