From 5bbfc86330907b3e2f3b7af0d8a57bad691f7d7f Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Wed, 18 Jun 2025 00:28:09 +0200 Subject: [PATCH] =?UTF-8?q?Dodano=20asynchroniczne=20skrypty=20EyeAble=20d?= =?UTF-8?q?o=20szablonu=20head.tpl=20oraz=20dodano=20atrybut=20role=3D"non?= =?UTF-8?q?e"=20do=20element=C3=B3w=20nav-item=20w=20tab.tpl.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/ftp-kr.sync.cache.json | 12 ++++++------ .../appagebuilder/views/templates/hook/ApTabs.tpl | 12 ++++++------ themes/leo_gstore/templates/_partials/head.tpl | 2 ++ .../leo_lulandia/templates/sub/product_info/tab.tpl | 8 ++++---- 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json index 36e65f31..2d74e9b8 100644 --- a/.vscode/ftp-kr.sync.cache.json +++ b/.vscode/ftp-kr.sync.cache.json @@ -8324,9 +8324,9 @@ }, "head.tpl": { "type": "-", - "size": 4348, - "lmtime": 1712869144611, - "modified": true + "size": 4490, + "lmtime": 1750079503486, + "modified": false }, "index.php": { "type": "-", @@ -8611,14 +8611,14 @@ "components": {}, "custom.css": { "type": "-", - "size": 2738, + "size": 4452, "lmtime": 0, "modified": true }, "dr_materac.css": { "type": "-", "size": 84196, - "lmtime": 1749162914356, + "lmtime": 1750097046580, "modified": false }, "dr_materac.css.map": { @@ -8636,7 +8636,7 @@ "dr_materac.scss": { "type": "-", "size": 100452, - "lmtime": 1749162914359, + "lmtime": 1750097046582, "modified": false }, "dr_materac.sync-conflict-20231027-195749-EDGUH2C.css": { diff --git a/modules/appagebuilder/views/templates/hook/ApTabs.tpl b/modules/appagebuilder/views/templates/hook/ApTabs.tpl index d493f101..9c12043e 100644 --- a/modules/appagebuilder/views/templates/hook/ApTabs.tpl +++ b/modules/appagebuilder/views/templates/hook/ApTabs.tpl @@ -1,4 +1,4 @@ -{* +{* * @Module Name: AP Page Builder * @Website: apollotheme.com - prestashop template provider * @author Apollotheme @@ -13,7 +13,7 @@ // ACTION USE EFFECT $("#{$formAtts.id|escape:'html':'UTF-8'} .tab-pane").addClass("fade"); {/if} - + {if $formAtts.active_tab >= 0} // ACTION SET ACTIVE $('#{$formAtts.id|escape:'html':'UTF-8'} .nav a:eq({$formAtts.active_tab|escape:'html':'UTF-8'})').trigger('click'); @@ -34,7 +34,7 @@