Add import link in tools

modifié:         templates/backOffice/default/tools.html
This commit is contained in:
Benjamin Perche
2014-07-10 14:42:03 +02:00
parent bd1b64c311
commit a1526620f4

View File

@@ -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>