From ba41e5d00ca0c02e266218e2a575021d02d0a20a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Fri, 26 Feb 2021 11:42:33 +0100 Subject: [PATCH] =?utf8?q?Filemanagement:=20Web-Templates=20import:=20klei?= =?utf8?q?nere=20Fixes=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - nicht benutztes JavaScript-Plugin raus - keine Tabellen-Tags ausserhalb einer Tabelle --- templates/webpages/file/import_dialog.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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") %]

-- 2.20.1