X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2Fform.html;h=568324e28bedb3ae652ef1424ed4276d5292edcc;hb=549f187d3a2b1d15f96c4556714666ed954447bb;hp=aecbf1ddb8b6680daca40b0eb16bf815aa82ec52;hpb=9f4ef62c42dceef5a27ad3a0d8c8d260ffef9848;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index aecbf1ddb..568324e28 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -154,11 +154,12 @@

[%- END %] [%- END %][%# IF SELF.type == … %] + -

- [%- L.submit_tag('action_download_sample', LxERP.t8('Download sample file')) %] -

- +
+

+ [%- L.submit_tag('action_download_sample', LxERP.t8('Download sample file')) %] +


@@ -180,6 +181,13 @@ + + [%- LxERP.t8('Date Format') %]: + + [% L.select_tag('settings.dateformat', ['dd.mm.yyyy', 'yyyy-mm-dd', 'dd/mm/yyyy', 'mm/dd/yyyy' ], default = SELF.profile.get('dateformat'), style = 'width: 300px') %] + + + [%- LxERP.t8('Charset') %]: [% L.select_tag('settings.charset', SELF.all_charsets, default = SELF.profile.get('charset'), style = 'width: 300px') %]