diff options
Diffstat (limited to 'templates/module_config_inc.tpl')
| -rwxr-xr-x | templates/module_config_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/module_config_inc.tpl b/templates/module_config_inc.tpl index 68ce7d4..b09fdd9 100755 --- a/templates/module_config_inc.tpl +++ b/templates/module_config_inc.tpl @@ -10,7 +10,7 @@ {smartlink ititle="Move module" biticon="go-$move" iexplain="`$move`" page=$page move_module=$move module_package=$module_package module_id=$modInfo.module_id} {/if} {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} + {smartlink ititle="Edit" biticon="edit" iexplain="Edit" page=custom_modules name=$modInfo.module_rsrc|regex_replace:"!.*\/!":"" action=edit} {/if} {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} |
