summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2007-05-03 22:25:39 +0000
committerlaetzer <laetzer@users.sourceforge.net>2007-05-03 22:25:39 +0000
commit2738074c4b18f4d4aefc54a2786523ecbe3c2aeb (patch)
tree64aec25c09a8d7be0679ffc4b962cad38610d014
parent01a641868d4d80b7c87a449068f895f057b6dee8 (diff)
downloadusers-2738074c4b18f4d4aefc54a2786523ecbe3c2aeb.tar.gz
users-2738074c4b18f4d4aefc54a2786523ecbe3c2aeb.tar.bz2
users-2738074c4b18f4d4aefc54a2786523ecbe3c2aeb.zip
"Group List" icon instead of text, like the others
-rw-r--r--templates/admin_group_edit.tpl6
-rw-r--r--templates/group_list_members.tpl4
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}&laquo; 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}&laquo; 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>