Suite à MAJ 2.3.4, il manquait des choses dans des templates
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user