diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-05 09:35:18 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-05 09:35:18 +0100 |
| commit | fa97bf9a7374dddcedf9a8c0fc49ab4cb65e6fcc (patch) | |
| tree | cac5a5fe9de3c3cea400e6eb3f17ac29b8ed558e /templates | |
| parent | 6c27d6eebffef49b4aad09f3ca5201ef06d77977 (diff) | |
| download | kernel-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>
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/admin_menu_options.tpl | 2 | ||||
| -rwxr-xr-x | templates/admin_notifications.tpl | 2 | ||||
| -rwxr-xr-x | templates/admin_system.tpl | 2 |
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}&menu_id={$menu_id}&offset={$offset}&sort_mode={$sort_mode}&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}&menu_id={$menu_id}&offset={$offset}&sort_mode={$sort_mode}&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}&menu_id={$menu_id}&offset={$offset}&sort_mode={$sort_mode}&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> |
