diff options
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/admin_custom_modules.tpl | 2 | ||||
| -rwxr-xr-x | templates/admin_layout_overview.tpl | 2 | ||||
| -rwxr-xr-x | templates/module_config_inc.tpl | 2 | ||||
| -rwxr-xr-x | templates/module_config_role_inc.tpl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/admin_custom_modules.tpl b/templates/admin_custom_modules.tpl index e43a850..3a75d48 100755 --- a/templates/admin_custom_modules.tpl +++ b/templates/admin_custom_modules.tpl @@ -58,7 +58,7 @@ <td class="alignright"> <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout&module_name=_custom%3Acustom%2F{$customModules[user].name}">{biticon ipackage="icons" iname="stock_attach" iexplain=assign}</a> <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&name={$customModules[user].name}&action=edit">{biticon ipackage="icons" iname="document-properties" iexplain=edit}</a> - <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&name={$customModules[user].name}&action=remove">{biticon ipackage="icons" iname="edit-delete" iexplain=delete}</a> + <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&name={$customModules[user].name}&action=remove">{biticon ipackage="icons" iname="user-trash" iexplain=delete}</a> </td> </tr> {sectionelse} diff --git a/templates/admin_layout_overview.tpl b/templates/admin_layout_overview.tpl index 2790c75..14d360a 100755 --- a/templates/admin_layout_overview.tpl +++ b/templates/admin_layout_overview.tpl @@ -21,7 +21,7 @@ <div class="floaticon"> {smartlink ititle="Edit this Layout" biticon="document-properties" page=layout module_package=$module_package} - {smartlink ititle="Remove this Layout" biticon="edit-delete" page=$page remove_layout=$module_package onclick="return confirm('{tr}Are you sure you want to remove this layout? This can not be undone.{/tr}')"} + {smartlink ititle="Remove this Layout" biticon="user-trash" page=$page remove_layout=$module_package onclick="return confirm('{tr}Are you sure you want to remove this layout? This can not be undone.{/tr}')"} </div> <h1 id="{$module_package}"> diff --git a/templates/module_config_inc.tpl b/templates/module_config_inc.tpl index 37b3352..68ce7d4 100755 --- a/templates/module_config_inc.tpl +++ b/templates/module_config_inc.tpl @@ -12,7 +12,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} 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} |
