Fix brand auth loop name

This commit is contained in:
Benjamin Perche
2014-07-10 14:26:28 +02:00
parent 87d80cc5a1
commit 98ed617aab

View File

@@ -40,7 +40,7 @@
</tr>
{/loop}
{loop name="auth-export" type="auth" role="ADMIN" resource="admin.brand" access="VIEW"}
{loop name="auth-brand" type="auth" role="ADMIN" resource="admin.brand" access="VIEW"}
<tr>
<td><a href="{url path='/admin/brand'}">{intl l="Brands"}</a></td>
<td><a class="btn btn-default btn-xs" href="{url path='/admin/brand'}"><i class="glyphicon glyphicon-edit"></i></a></td>
@@ -68,4 +68,4 @@
{block name="javascript-last-call"}
{module_include location='configuration-js'}
{/block}
{/block}