finish contentFolder removing process

This commit is contained in:
Manuel Raynaud
2013-10-01 10:24:09 +02:00
parent 02322f8f11
commit 34ec2364e3
3 changed files with 18 additions and 14 deletions

View File

@@ -74,7 +74,7 @@
<td class="actions">
<div class="btn-group">
{loop type="auth" name="can_delete" roles="ADMIN" permissions="admin.product.category.delete"}
<a class="btn btn-default btn-xs delete-category" title="{intl l='Remove the product from this category'}" href="#delete_category_dialog" data-id="{$ID}" data-toggle="modal">
<a class="btn btn-default btn-xs delete-folder" title="{intl l='Remove the product from this category'}" href="#delete_folder_dialog" data-id="{$ID}" data-toggle="modal">
<span class="glyphicon glyphicon-trash"></span>
</a>
{/loop}