create resource and page for export
This commit is contained in:
@@ -24,13 +24,20 @@
|
||||
|
||||
{module_include location='tools_col1_top'}
|
||||
|
||||
{loop name="menu-auth-coupon" type="auth" role="ADMIN" resource="admin.coupon" access="VIEW"}
|
||||
{loop name="auth-coupon" type="auth" role="ADMIN" resource="admin.coupon" access="VIEW"}
|
||||
<tr>
|
||||
<td><a href="{url path='/admin/coupon'}">{intl l="Coupons"}</a></td>
|
||||
<td><a class="btn btn-default btn-xs" href="{url path='/admin/coupon'}"><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>
|
||||
<td><a class="btn btn-default btn-xs" href="{url path='/admin/export'}"><i class="glyphicon glyphicon-edit"></i></a></td>
|
||||
</tr>
|
||||
{/loop}
|
||||
|
||||
{module_include location='tools_col1_bottom'}
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user