From 113181cef0d65235bede8062f1c42c5d6396eb41 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Fri, 5 Jun 2026 09:35:18 +0100 Subject: 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 --- templates/admin_external_wikis.tpl | 2 +- templates/copyrights.tpl | 2 +- templates/list_books.tpl | 2 +- templates/page_icons.tpl | 2 +- templates/page_permissions.tpl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/admin_external_wikis.tpl b/templates/admin_external_wikis.tpl index 7856b21..38acf2d 100755 --- a/templates/admin_external_wikis.tpl +++ b/templates/admin_external_wikis.tpl @@ -30,7 +30,7 @@ {$channels[user].name} {$channels[user].extwiki} -   {biticon ipackage="icons" iname="edit-delete" iexplain="remove"}   +   {biticon ipackage="icons" iname="user-trash" iexplain="remove"}   {biticon ipackage="icons" iname="document-properties" iexplain="edit"} diff --git a/templates/copyrights.tpl b/templates/copyrights.tpl index e6b0722..f2d1456 100755 --- a/templates/copyrights.tpl +++ b/templates/copyrights.tpl @@ -38,7 +38,7 @@ {biticon ipackage="icons" iname="go-up" iexplain="move up"} {biticon ipackage="icons" iname="go-down" iexplain="move down"} {biticon ipackage="icons" iname="edit-delete" iexplain="delete"} + onclick="return confirm('{tr}Are you sure you want to delete this copyright?{/tr}')">{biticon ipackage="icons" iname="user-trash" iexplain="delete"} {/form} {/section} diff --git a/templates/list_books.tpl b/templates/list_books.tpl index d7a39cd..67ac888 100644 --- a/templates/list_books.tpl +++ b/templates/list_books.tpl @@ -32,7 +32,7 @@ {/if} {/if} {if ($channels[ix].creator_user_id == $gBitUser->mUserId) || $gBitUser->hasPermission( 'p_wiki_admin_book' )} - {biticon ipackage="icons" iname="edit-delete" iexplain="remove"} + {biticon ipackage="icons" iname="user-trash" iexplain="remove"} {/if} diff --git a/templates/page_icons.tpl b/templates/page_icons.tpl index 9e14f15..6750099 100755 --- a/templates/page_icons.tpl +++ b/templates/page_icons.tpl @@ -67,7 +67,7 @@ {if $gContent->mInfo.title ne 'SandBox' && !$gContent->isLocked()} {if $gContent->isOwner() || $gContent->hasUserPermission( 'p_wiki_remove_page' )} - {biticon ipackage="icons" iname="edit-delete" iexplain="Delete"} + {biticon ipackage="icons" iname="user-trash" iexplain="Delete"} {/if} {/if} diff --git a/templates/page_permissions.tpl b/templates/page_permissions.tpl index 97718f0..e432bfe 100755 --- a/templates/page_permissions.tpl +++ b/templates/page_permissions.tpl @@ -28,7 +28,7 @@

{tr}Existing requests for email notification{/tr}

{/if} -- cgit v1.3