diff options
| -rw-r--r-- | templates/admin_group_edit.tpl | 6 | ||||
| -rw-r--r-- | templates/group_list_members.tpl | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/templates/admin_group_edit.tpl b/templates/admin_group_edit.tpl index e016f02..345cc85 100644 --- a/templates/admin_group_edit.tpl +++ b/templates/admin_group_edit.tpl @@ -1,8 +1,10 @@ -{* $Header: /cvsroot/bitweaver/_bit_users/templates/admin_group_edit.tpl,v 1.14 2007/04/11 17:15:58 threna Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_users/templates/admin_group_edit.tpl,v 1.15 2007/05/03 22:25:39 laetzer Exp $ *} {strip} <div class="floaticon"> - <a href="{$smarty.const.USERS_PKG_URL}admin/edit_group.php">{tr}« Group List{/tr}</a> + <a href="{$smarty.const.USERS_PKG_URL}admin/edit_group.php"> + {biticon ipackage="icons" iname="system-users" iexplain="Group List"} + </a> {bithelp} </div> diff --git a/templates/group_list_members.tpl b/templates/group_list_members.tpl index c9ff018..2eb14d3 100644 --- a/templates/group_list_members.tpl +++ b/templates/group_list_members.tpl @@ -1,6 +1,8 @@ {strip} <div class="floaticon"> - <a href="{$smarty.const.USERS_PKG_URL}admin/edit_group.php">{tr}« Group List{/tr}</a> + <a href="{$smarty.const.USERS_PKG_URL}admin/edit_group.php"> + {biticon ipackage="icons" iname="system-users" iexplain="Group List"} + </a> {bithelp} </div> |
