summaryrefslogtreecommitdiff
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
commitfa97bf9a7374dddcedf9a8c0fc49ab4cb65e6fcc (patch)
treecac5a5fe9de3c3cea400e6eb3f17ac29b8ed558e
parent6c27d6eebffef49b4aad09f3ca5201ef06d77977 (diff)
downloadkernel-fa97bf9a7374dddcedf9a8c0fc49ab4cb65e6fcc.tar.gz
kernel-fa97bf9a7374dddcedf9a8c0fc49ab4cb65e6fcc.tar.bz2
kernel-fa97bf9a7374dddcedf9a8c0fc49ab4cb65e6fcc.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>
-rwxr-xr-xtemplates/admin_menu_options.tpl2
-rwxr-xr-xtemplates/admin_notifications.tpl2
-rwxr-xr-xtemplates/admin_system.tpl2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_menu_options.tpl b/templates/admin_menu_options.tpl
index 1334df6..107bfea 100755
--- a/templates/admin_menu_options.tpl
+++ b/templates/admin_menu_options.tpl
@@ -111,7 +111,7 @@
<td>{$admmoptions[user].perm}</td>
<td>{$admmoptions[user].groupname}</td>
<td class="alignright">
- <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}&amp;menu_id={$menu_id}&amp;offset={$offset}&amp;sort_mode={$sort_mode}&amp;remove={$admmoptions[user].option_id}" onclick="return confirm('{tr}Are you sure you want to delete this menu item?{/tr}')" title="{tr}Delete this menu{/tr}">{biticon ipackage="icons" iname="edit-delete" ipackage="icons" iexplain="remove"}</a>
+ <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}&amp;menu_id={$menu_id}&amp;offset={$offset}&amp;sort_mode={$sort_mode}&amp;remove={$admmoptions[user].option_id}" onclick="return confirm('{tr}Are you sure you want to delete this menu item?{/tr}')" title="{tr}Delete this menu{/tr}">{biticon ipackage="icons" iname="user-trash" ipackage="icons" iexplain="remove"}</a>
<a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page={$page}&amp;menu_id={$menu_id}&amp;offset={$offset}&amp;sort_mode={$sort_mode}&amp;option_id={$admmoptions[user].option_id}" title="Edit this menu">{biticon ipackage="icons" iname="document-properties" ipackage="icons" iexplain="edit"}</a>
</td>
</tr>
diff --git a/templates/admin_notifications.tpl b/templates/admin_notifications.tpl
index 7af674c..bc13f03 100755
--- a/templates/admin_notifications.tpl
+++ b/templates/admin_notifications.tpl
@@ -55,7 +55,7 @@
<td>{$channels[user].event}</td>
<td>{$channels[user].object}</td>
<td>{$channels[user].email}</td>
- <td class="actionicon">{smartlink ititle="remove" biticon="edit-delete" offset=$offset removeevent=$channels[user].event object=$channels[user].object email=$channels[user].email}</td>
+ <td class="actionicon">{smartlink ititle="remove" biticon="user-trash" offset=$offset removeevent=$channels[user].event object=$channels[user].object email=$channels[user].email}</td>
</tr>
{sectionelse}
<tr class="norecords"><td colspan="4">{tr}No records found{/tr}</td></tr>
diff --git a/templates/admin_system.tpl b/templates/admin_system.tpl
index 2bb9686..6e4ca51 100755
--- a/templates/admin_system.tpl
+++ b/templates/admin_system.tpl
@@ -54,7 +54,7 @@
<td>{$item.path|replace:$smarty.const.BIT_ROOT_PATH:""|replace:"//":"/"}</td>
<td class="alignright">{$item.du.count}</td>
<td class="alignright">{$item.du.size|display_bytes}</td>
- <td class="actionicon">{smartlink ititle=Empty biticon="edit-delete" prune=$key}</td>
+ <td class="actionicon">{smartlink ititle=Empty biticon="user-trash" prune=$key}</td>
</tr>
{/foreach}
</table>