X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2Fform.html;h=c9c9133c9eac960d4e51335bd8fb0864f2158cde;hb=0fb93bcfea648e356bc5e50f7013f6b91db187ef;hp=56e307255d9351cb4c97b1158b8805cddbf4c96c;hpb=29269e9981bc1fd95b32052790688e83a01204df;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index 56e307255..c9c9133c9 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -45,11 +45,55 @@
+

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

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

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

- + @@ -139,10 +183,22 @@
[%- LxERP.t8('Number format') %]:[%- LxERP.t8('Number Format') %]: [% SET options = L.options_for_select([ '1.000,00', '1000,00', '1,000.00', '1000.00' ], default => SELF.profile.get('numberformat')) %] [% L.select_tag('settings.numberformat', options, style => 'width: 300px') %] @@ -112,9 +156,9 @@
[%- 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 %] +