summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-05 09:35:18 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-05 09:35:18 +0100
commitdfe21f81d3e474fd5ccab2e7cca7d9f9fa4c4ad5 (patch)
tree2a8324808e83c5deaf317e2bf972d0db7a9b4d1d /templates
parentbc3056c1e03ba62ef1f34267ad1b160d5841d26b (diff)
downloadthemes-dfe21f81d3e474fd5ccab2e7cca7d9f9fa4c4ad5.tar.gz
themes-dfe21f81d3e474fd5ccab2e7cca7d9f9fa4c4ad5.tar.bz2
themes-dfe21f81d3e474fd5ccab2e7cca7d9f9fa4c4ad5.zip
Switch delete icon from edit-delete to user-trash (dustbin)
user-trash updated to a proper dustbin SVG. All templates across all packages updated to use user-trash instead of edit-delete. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/admin_custom_modules.tpl2
-rwxr-xr-xtemplates/admin_layout_overview.tpl2
-rwxr-xr-xtemplates/module_config_inc.tpl2
-rwxr-xr-xtemplates/module_config_role_inc.tpl2
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&amp;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&amp;name={$customModules[user].name}&amp;action=edit">{biticon ipackage="icons" iname="document-properties" iexplain=edit}</a>
- <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&amp;name={$customModules[user].name}&amp;action=remove">{biticon ipackage="icons" iname="edit-delete" iexplain=delete}</a>
+ <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&amp;name={$customModules[user].name}&amp;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}