diff options
Diffstat (limited to 'templates/module_config_role_inc.tpl')
| -rwxr-xr-x | templates/module_config_role_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/module_config_role_inc.tpl b/templates/module_config_role_inc.tpl index 0640b86..78de579 100755 --- a/templates/module_config_role_inc.tpl +++ b/templates/module_config_role_inc.tpl @@ -14,7 +14,7 @@ {if $gBitThemes->isCustomModule( $modInfo.module_rsrc )} {smartlink ititle="Edit" biticon="document-properties" iexplain="Edit" page=custom_modules name=$modInfo.module_rsrc|regex_replace:"!.*\/!":"" action=edit} {/if} - {smartlink ititle="Unassign" biticon="edit-delete" iexplain="Delete" ionclick="return confirm('Are you sure you want to remove `$modInfo.name`?');" page=$page move_module=unassign module_package=$module_package module_id=$modInfo.module_id } + {smartlink ititle="Unassign" biticon="user-trash" iexplain="Delete" ionclick="return confirm('Are you sure you want to remove `$modInfo.name`?');" page=$page move_module=unassign module_package=$module_package module_id=$modInfo.module_id } {/capture} {strip} |
