summaryrefslogtreecommitdiff
path: root/templates/role_list_members.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/role_list_members.tpl')
-rw-r--r--templates/role_list_members.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/role_list_members.tpl b/templates/role_list_members.tpl
index bb6810f..f1343f7 100644
--- a/templates/role_list_members.tpl
+++ b/templates/role_list_members.tpl
@@ -1,7 +1,7 @@
{strip}
<div class="floaticon">
<a href="{$smarty.const.USERS_PKG_URL}admin/edit_role.php">
- {booticon iname="fa-users" iexplain="Role List"}
+ {biticon ipackage="icons" iname="system-users" iexplain="Role List"}
</a>
{bithelp}
</div>
@@ -18,7 +18,7 @@
{foreach from=$roleMembers key=userId item=member}
<li>{displayname hash=$member}
{if $member.user_id != $smarty.const.ANONYMOUS_USER_ID && $roleInfo.role_id != $smarty.const.ANONYMOUS_TEAM_ID}
- &nbsp;<a href="{$smarty.const.USERS_PKG_URL}admin/assign_role_user.php?action=removerole&amp;role_id={$roleInfo.role_id}&amp;assign_user={$member.user_id}">{booticon iname="fa-trash" iexplain="remove from role"}</a>
+ &nbsp;<a href="{$smarty.const.USERS_PKG_URL}admin/assign_role_user.php?action=removerole&amp;role_id={$roleInfo.role_id}&amp;assign_user={$member.user_id}">{biticon ipackage="icons" iname="edit-delete" iexplain="remove from role"}</a>
{/if}
</li>
{foreachelse}