X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2Fform.html;h=c40c563d42f688cf0fbffe961a524197754ff8da;hb=01678c873dfa6fcbe5003789e79d8b7ad7c93551;hp=e835ed505971b8d540a968743b25175a40b20372;hpb=07a968843238ba02088a2cebf9775c4bdac39d9f;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index e835ed505..c40c563d4 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -1,11 +1,13 @@ -[% USE HTML %][% USE LxERP %][% USE L %] - - -
[% FORM.title %]
+[%- USE HTML %] +[%- USE LxERP %] +[%- USE L %] +[%- USE T8 %] +

[% FORM.title %]

[%- INCLUDE 'common/flash.html' %]
+ [% L.hidden_tag('form_sent', '1') %] [% L.hidden_tag('action', 'CsvImport/dispatch') %] [% L.hidden_tag('profile.type', SELF.profile.type) %] @@ -23,7 +25,7 @@ [%- LxERP.t8('Existing profiles') %]: - [% L.select_tag('profile.id', L.options_for_select(SELF.all_profiles, title => 'name', default => SELF.profile.id), style => 'width: 300px') %] + [% L.select_tag('profile.id', SELF.all_profiles, title_key = 'name', default = SELF.profile.id, style = 'width: 300px') %] [% L.submit_tag('action_new', LxERP.t8('Load profile')) %] @@ -54,22 +56,53 @@