Merge pull request #522 from lovenunu/patch-1
Fix brand auth loop name Fixes issue [#520](https://github.com/thelia/thelia/issues/520)
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{/loop}
|
{/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>
|
<tr>
|
||||||
<td><a href="{url path='/admin/brand'}">{intl l="Brands"}</a></td>
|
<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>
|
<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"}
|
{block name="javascript-last-call"}
|
||||||
{module_include location='configuration-js'}
|
{module_include location='configuration-js'}
|
||||||
{/block}
|
{/block}
|
||||||
|
|||||||
Reference in New Issue
Block a user