X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f87763cd84d89aafc4c4110ba42d041b02ce4371..46bc75c8:/templates/webpages/csv_import/form.html diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index bc23d54c2..e835ed505 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') %]

@@ -125,6 +173,15 @@ [%- INCLUDE 'csv_import/_form_customers_vendors.html' %] [%- END %] + + + + + @@ -140,14 +197,19 @@
[%- LxERP.t8('Preview Mode') %]: + [% L.radio_button_tag('settings.full_preview', value=2, checked=SELF.profile.get('full_preview')==2, label=LxERP.t8('Full Preview')) %] + [% L.radio_button_tag('settings.full_preview', value=1, checked=SELF.profile.get('full_preview')==1, label=LxERP.t8('Only Warnings and Errors')) %] + [% L.radio_button_tag('settings.full_preview', value=0, checked=!SELF.profile.get('full_preview'), label=LxERP.t8('First 20 Lines')) %] +
[%- LxERP.t8('Import file') %]: [% L.input_tag('file', '', type => 'file', accept => '*') %]
[% 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 %]