diff options
Diffstat (limited to 'templates/my_roles_list.tpl')
| -rw-r--r-- | templates/my_roles_list.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/my_roles_list.tpl b/templates/my_roles_list.tpl index 8f11127..1fcf03f 100644 --- a/templates/my_roles_list.tpl +++ b/templates/my_roles_list.tpl @@ -25,7 +25,7 @@ <td> {if $role.public eq 'y'} <a href="{$smarty.const.USERS_PKG_URL}my_roles.php?remove_public_role=y&public_role_id={$roleId}" - onclick="return confirm('{tr}Are you sure you want to leave this role?{/tr}')">{booticon iname="fa-scissors" iexplain="Leave Role"}</a> + onclick="return confirm('{tr}Are you sure you want to leave this role?{/tr}')">{biticon ipackage="icons" iname="edit-cut" iexplain="Leave Role"}</a> {else} {/if} @@ -48,7 +48,7 @@ <tr class="{cycle values="odd,even"}"> <td>{$role.role_name}</td> <td>{$role.role_desc}</td> - <td><a href="{$smarty.const.USERS_PKG_URL}my_roles.php?add_public_role=y&public_role_id={$role.role_id}" title="{tr}Assign Role{/tr}">{booticon iname="fa-key" iexplain="join role"}</a></td> + <td><a href="{$smarty.const.USERS_PKG_URL}my_roles.php?add_public_role=y&public_role_id={$role.role_id}" title="{tr}Assign Role{/tr}">{biticon ipackage="icons" iname="lock" iexplain="join role"}</a></td> </tr> {/if} {/foreach} @@ -113,10 +113,10 @@ {/if} <td class="actionicon"> - <a href="{$smarty.const.USERS_PKG_URL}my_roles.php?role_id={$roleId}">{booticon iname="fa-pen-to-square" iexplain="edit"}</a> + <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}&sort_mode={$sort_mode}&action=delete&role_id={$roleId}" - onclick="return confirm('{tr}Are you sure you want to delete this role?{/tr}')">{booticon iname="fa-trash" iexplain="Delete Role"}</a> + onclick="return confirm('{tr}Are you sure you want to delete this role?{/tr}')">{biticon ipackage="icons" iname="edit-delete" iexplain="Delete Role"}</a> {/if} </td> </tr> |
