summaryrefslogtreecommitdiff
path: root/templates/my_roles_list.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 13:37:06 -0400
committerspiderr <spider@viovio.com>2013-04-02 13:37:06 -0400
commit0efdec20eccd78220e25dbb3b307704db0b0bbf5 (patch)
tree12a4c3ddd9403760c0cc5b2e48f36a227134af3c /templates/my_roles_list.tpl
parent2a4eb53491c11a200dce3cd7a55164e676b58d8e (diff)
downloadusers-0efdec20eccd78220e25dbb3b307704db0b0bbf5.tar.gz
users-0efdec20eccd78220e25dbb3b307704db0b0bbf5.tar.bz2
users-0efdec20eccd78220e25dbb3b307704db0b0bbf5.zip
convert lots of biticon to booticon
Diffstat (limited to 'templates/my_roles_list.tpl')
-rw-r--r--templates/my_roles_list.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/my_roles_list.tpl b/templates/my_roles_list.tpl
index c999fb6..5390162 100644
--- a/templates/my_roles_list.tpl
+++ b/templates/my_roles_list.tpl
@@ -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&amp;public_role_id={$role.role_id}" title="{tr}Assign Role{/tr}">{biticon ipackage="icons" iname="emblem-shared" iexplain="join role"}</a></td>
+ <td><a href="{$smarty.const.USERS_PKG_URL}my_roles.php?add_public_role=y&amp;public_role_id={$role.role_id}" title="{tr}Assign Role{/tr}">{booticon iname="icon-key" ipackage="icons" 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}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="edit"}</a>
+ <a href="{$smarty.const.USERS_PKG_URL}my_roles.php?role_id={$roleId}">{booticon iname="icon-edit" ipackage="icons" 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}')">{booticon iname="icon-trash" ipackage="icons" iexplain="Delete Role"}</a>
{/if}
</td>
</tr>