summaryrefslogtreecommitdiff
path: root/templates/my_roles_list.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/my_roles_list.tpl')
-rw-r--r--templates/my_roles_list.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/my_roles_list.tpl b/templates/my_roles_list.tpl
index 1fcf03f..71622ff 100644
--- a/templates/my_roles_list.tpl
+++ b/templates/my_roles_list.tpl
@@ -116,7 +116,7 @@
<a href="{$smarty.const.USERS_PKG_URL}my_roles.php?role_id={$roleId}">{biticon ipackage="icons" iname="document-properties" iexplain="edit"}</a>
{if $roleId ne -1}{* sorry for hardcoding, really need php define ANONYMOUS_TEAM_ID - spiderr *}
<a href="{$smarty.const.USERS_PKG_URL}my_roles.php?offset={$offset}&amp;sort_mode={$sort_mode}&amp;action=delete&amp;role_id={$roleId}"
- onclick="return confirm('{tr}Are you sure you want to delete this role?{/tr}')">{biticon ipackage="icons" iname="edit-delete" iexplain="Delete Role"}</a>
+ onclick="return confirm('{tr}Are you sure you want to delete this role?{/tr}')">{biticon ipackage="icons" iname="user-trash" iexplain="Delete Role"}</a>
{/if}
</td>
</tr>