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

+ +
+ +