From: Bernd Bleßmann Date: Fri, 26 Feb 2021 10:42:33 +0000 (+0100) Subject: Filemanagement: Web-Templates import: kleinere Fixes … X-Git-Tag: kivitendo-mebil_0.1-0~9^2~466 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ba41e5d00ca0c02e266218e2a575021d02d0a20a;p=kivitendo-erp.git Filemanagement: Web-Templates import: kleinere Fixes … - nicht benutztes JavaScript-Plugin raus - keine Tabellen-Tags ausserhalb einer Tabelle --- diff --git a/templates/webpages/file/import_dialog.html b/templates/webpages/file/import_dialog.html index 974b7a146..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 -%]
@@ -21,8 +21,8 @@

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