Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View File

@@ -21,7 +21,7 @@
</ul>
</nav>
{module_include location='tools_top'}
{hook name="tools.top" location="tools_top" }
<div class="row">
@@ -31,7 +31,7 @@
<table class="table table-striped table-condensed">
<caption>{intl l='General tools'}</caption>
{module_include location='tools_col1_top'}
{hook name="tools.col1-top" location="tools_col1_top" }
{loop name="auth-coupon" type="auth" role="ADMIN" resource="admin.coupon" access="VIEW"}
<tr>
@@ -40,6 +40,13 @@
</tr>
{/loop}
{loop name="auth-sales" type="auth" role="ADMIN" resource="admin.sales" access="VIEW"}
<tr>
<td><a href="{url path='/admin/sales'}">{intl l="Sales management"}</a></td>
<td><a class="btn btn-default btn-xs" href="{url path='/admin/sales'}"><i class="glyphicon glyphicon-edit"></i></a></td>
</tr>
{/loop}
{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>
@@ -60,18 +67,18 @@
<td><a class="btn btn-default btn-xs" href="{url path='/admin/import'}"><i class="glyphicon glyphicon-edit"></i></a></td>
</tr>
{/loop}
{module_include location='tools_col1_bottom'}
{hook name="tools.col1-bottom" location="tools_col1_bottom" }
</table>
</div>
</div>
</div>
{module_include location='configuration_bottom'}
{hook name="tools.bottom" location="tools_bottom" }
</div>
</div>
</div>
{/block}
{block name="javascript-last-call"}
{module_include location='configuration-js'}
{hook name="tools.js" location="tools-js" }
{/block}