X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0bfbcce6e77e0f9d83e4f54f3fe9da7edcc866f3..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/file/import_dialog.html diff --git a/templates/webpages/file/import_dialog.html b/templates/webpages/file/import_dialog.html index 48463eef5..1e95de470 100644 --- a/templates/webpages/file/import_dialog.html +++ b/templates/webpages/file/import_dialog.html @@ -1,4 +1,4 @@ -[%- USE L -%][%- USE LxERP -%][%- USE JavaScript -%] +[%- USE L -%][%- USE LxERP -%]
@@ -6,31 +6,31 @@ - + [%- FOREACH file = source.files %] - - - - - + + + + + [%- END %]
[% L.checkbox_tag(source.chk_action _ '_checkall') %] [% source.chkall_title %][% LxERP.t8("Attached Filename") %][% LxERP.t8("Attached Filename") %]
[%- 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 %]

- [%- 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") %]