Added brands management

This commit is contained in:
Franck Allimant
2014-06-26 10:52:13 +02:00
parent 2cf405c267
commit 0dde8b888a
80 changed files with 23250 additions and 264 deletions

View File

@@ -40,6 +40,13 @@
</tr>
{/loop}
{loop name="auth-export" 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>
</tr>
{/loop}
{loop name="auth-export" type="auth" role="ADMIN" resource="admin.export" access="VIEW"}
<tr>
<td><a href="{url path='/admin/export'}">{intl l="Export"}</a></td>