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/user_assigned_modules.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/user_assigned_modules.tpl')
| -rw-r--r-- | templates/user_assigned_modules.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_assigned_modules.tpl b/templates/user_assigned_modules.tpl index 546dba6..9d611d6 100644 --- a/templates/user_assigned_modules.tpl +++ b/templates/user_assigned_modules.tpl @@ -35,7 +35,7 @@ {smartlink ititle="Move to Right" ibiticon="liberty/move_right" fMove=right fPackage=$fPackage fModule=`$modules.$area[ix].module_id`} {/if} {if $column[ix].type ne 'P'} - {smartlink ititle="Unassign" ibiticon="liberty/delete_small" ionclick="return confirm('Are you sure you want to remove `$modules.$area[ix].name`?');" fMove=unassign fPackage=$fPackage fModule=`$modules.$area[ix].module_id`} + {smartlink ititle="Unassign" ibiticon="icons/edit-delete" ionclick="return confirm('Are you sure you want to remove `$modules.$area[ix].name`?');" fMove=unassign fPackage=$fPackage fModule=`$modules.$area[ix].module_id`} {/if} </div> </td> |
