Suite à MAJ 2.3.4, il manquait des choses dans des templates

This commit is contained in:
2020-05-03 09:13:06 +02:00
parent 35a800ca0e
commit 3f71343401
212 changed files with 1396 additions and 7451 deletions

View File

@@ -165,7 +165,7 @@
<div class="tab-pane fade" id="seo">
{include file = "includes/seo-tab.html"
formAction = {url path='/admin/brand/seo/save'}
pageUrl = "{url path='/admin/brand/update'}/$brand_id"
pageUrl = {url path='/admin/brand/update/%id' id=$brand_id}
closeUrl = {url path='/admin/brand'}
success_url = {url path='/admin/brand'}
current_id = $brand_id
@@ -195,7 +195,7 @@
}
</div>
{* bad fix : {hook name="brand.tab-content"} *}
{include file="includes/module-tab-content.html" hook="brand.tab-content" location="brand-edit" id="{$brand_id}" view="brand"}
{include file="includes/module-tab-content.html" hook="brand.tab-content" location="brand-edit" id={$brand_id} view="brand"}
</div>
</div>
</div>
@@ -265,4 +265,4 @@
{block name="javascript-last-call"}
{hook name='brand.edit-js' location='brand-edit-js' brand_id={$brand_id}}
{hook name="wysiwyg.js" location="wysiwyg-brand-edit-js" }
{/block}
{/block}