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

@@ -94,6 +94,10 @@
{loop type="auth" name="can_change" role="ADMIN" resource="admin.configuration.template" access="UPDATE"}
<a class="template-change" title="{intl l='Change this product template'}" href="{url path='/admin/configuration/templates/update' template_id=$ID}"><span class="glyphicon glyphicon-edit"></span></a>
{/loop}
{loop type="auth" name="can_change" role="ADMIN" resource="admin.configuration.template" access="CREATE"}
<a class="template-change" title="{intl l='Duplicate this product template'}" href="{url path='/admin/configuration/templates/duplicate' template_id=$ID}"><span class="glyphicon glyphicon-plus-sign"></span></a>
{/loop}
{loop type="auth" name="can_change" role="ADMIN" resource="admin.configuration.template" access="DELETE"}
<a class="template-delete" title="{intl l='Delete this product template'}" href="#delete_dialog" data-id="{$ID}" data-toggle="modal"><span class="glyphicon glyphicon-trash"></span></a>
@@ -222,4 +226,4 @@
{block name="javascript-last-call"}
{hook name="templates.js" location="templates-js" }
{/block}
{/block}