Add import link in tools
modifié: templates/backOffice/default/tools.html
This commit is contained in:
@@ -54,6 +54,12 @@
|
||||
</tr>
|
||||
{/loop}
|
||||
|
||||
{loop name="auth-import" type="auth" role="ADMIN" resource="admin.import" access="VIEW"}
|
||||
<tr>
|
||||
<td><a href="{url path='/admin/import'}">{intl l="Import"}</a></td>
|
||||
<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'}
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user