diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:14:58 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-03 20:14:58 +0000 |
| commit | 829a19a9f07b4dedaae43dd08601d90061abaaf5 (patch) | |
| tree | f0128cc1855afe9f0d749dda831aaf975d6b9830 /templates/my_group_edit.tpl | |
| parent | 8aef1432cbd7b6584118dc533932acffc283f07b (diff) | |
| download | users-829a19a9f07b4dedaae43dd08601d90061abaaf5.tar.gz users-829a19a9f07b4dedaae43dd08601d90061abaaf5.tar.bz2 users-829a19a9f07b4dedaae43dd08601d90061abaaf5.zip | |
change all biticon links to point to the new icons provided in themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
Diffstat (limited to 'templates/my_group_edit.tpl')
| -rw-r--r-- | templates/my_group_edit.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/my_group_edit.tpl b/templates/my_group_edit.tpl index 6310dd2..61dea6b 100644 --- a/templates/my_group_edit.tpl +++ b/templates/my_group_edit.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_users/templates/my_group_edit.tpl,v 1.4 2006/04/11 13:10:19 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_users/templates/my_group_edit.tpl,v 1.5 2006/09/03 20:14:58 squareing Exp $ *} {strip} <div class="floaticon"> @@ -118,7 +118,7 @@ {foreach from=$groupInfo.perms key=permName item=perm} <tr class="{cycle values="odd,even"}"> <td> - {smartlink ititle="Remove" ibiticon="liberty/delete_small" package=$package group_id=$groupInfo.group_id action=remove permission=$permName} + {smartlink ititle="Remove" ibiticon="icons/edit-delete" package=$package group_id=$groupInfo.group_id action=remove permission=$permName} {$permName} </td> <td>{$perm.perm_desc}</td> |
