X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6aeeb993af9ea53703dd60457bf5053cee2afe94..db34e1f51e65fb1239869f74250b6901941bdabe:/templates/webpages/file/import_dialog.html diff --git a/templates/webpages/file/import_dialog.html b/templates/webpages/file/import_dialog.html index 48463eef5..974b7a146 100644 --- a/templates/webpages/file/import_dialog.html +++ b/templates/webpages/file/import_dialog.html @@ -6,31 +6,31 @@ [% L.checkbox_tag(source.chk_action _ '_checkall') %] [% source.chkall_title %] - [% LxERP.t8("Attached Filename") %] + [% LxERP.t8("Attached Filename") %] [%- FOREACH file = source.files %] - - [%- L.checkbox_tag(source.chk_action _ '[]', 'value'=file.name, 'class'=source.chk_action) %] - - [% file.filename %] - + + [%- L.checkbox_tag(source.chk_action _ '[]', 'value'=file.name, 'class'=source.chk_action) %] + + [% file.filename %] + [%- END %]

- [%- L.button_tag("kivi.File.importaction(" _ SELF.object_id _ ",'" _ SELF.object_type _ "','" _ SELF.file_type _ "','" _ source.name _ "','" _ source.path _ "','"_ source.chk_action _ "');", LxERP.t8('Continue'), id => "import_cont_btn") %] - [%- L.button_tag("kivi.File.importclose();" , LxERP.t8('Cancel') , class => "submit") %] + [%- L.button_tag("kivi.File.importaction(" _ SELF.object_id _ ",'" _ SELF.object_type _ "','" _ SELF.file_type _ "','" _ source.name _ "','" _ source.path _ "','"_ source.chk_action _ "');", LxERP.t8('Continue'), id => "import_cont_btn") %] + [%- L.button_tag("kivi.File.importclose();" , LxERP.t8('Cancel') , class => "submit") %]