From 4cf118f2ec562dbb5f375072fbd48ada05c126ee 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/list.tpl | 2 +- templates/menu_pigeonholes.tpl | 2 +- templates/section_inc.tpl | 4 ++-- templates/service_nav_path_inc.tpl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/list.tpl b/templates/list.tpl index 7415538..cde733c 100755 --- a/templates/list.tpl +++ b/templates/list.tpl @@ -32,7 +32,7 @@ {smartlink ititle="Change Structure" ifile="edit_structure.php" biticon="edit-clear" structure_id=$item.structure_id} {smartlink ititle="Insert new Category" ifile="edit_pigeonholes.php" biticon="text-x-generic" structure_id=$item.structure_id action="create"} {smartlink ititle="Edit Category" ifile="edit_pigeonholes.php" biticon="document-properties" structure_id=$item.structure_id action="edit"} - {smartlink ititle="Remove Category" ifile="edit_pigeonholes.php" biticon="edit-delete" action="remove" structure_id=$item.structure_id} + {smartlink ititle="Remove Category" ifile="edit_pigeonholes.php" biticon="user-trash" action="remove" structure_id=$item.structure_id} {/if}

{$item.display_link}

diff --git a/templates/menu_pigeonholes.tpl b/templates/menu_pigeonholes.tpl index c9d7064..d22f154 100644 --- a/templates/menu_pigeonholes.tpl +++ b/templates/menu_pigeonholes.tpl @@ -13,7 +13,7 @@
  • {biticon ipackage="icons" iname="document-properties" iexplain="Edit Category" ilocation=menu}
  • {biticon iname="insert-object" iexplain="Insert Sub-Category" ilocation=menu}
  • {biticon ipackage="icons" iname="edit-clear" iexplain="Change Structure" ilocation=menu}
  • -
  • {biticon ipackage="icons" iname="edit-delete" iexplain="Delete Category" ilocation=menu}
  • +
  • {biticon ipackage="icons" iname="user-trash" iexplain="Delete Category" ilocation=menu}
  • {/if} {/if} {/if} diff --git a/templates/section_inc.tpl b/templates/section_inc.tpl index 946109f..fdc3888 100755 --- a/templates/section_inc.tpl +++ b/templates/section_inc.tpl @@ -36,7 +36,7 @@
  • {$pigeonMember.title|escape} {if $gBitUser->hasPermission( 'p_pigeonholes_insert_member' )} -   {smartlink ititle="Remove From Category" biticon="edit-delete" expand_all=$smarty.request.expand_all action=dismember structure_id=$sid parent_id=$pigeonMember.parent_id pigeonhole_content_id=$pigeonMember.content_id} +   {smartlink ititle="Remove From Category" biticon="user-trash" expand_all=$smarty.request.expand_all action=dismember structure_id=$sid parent_id=$pigeonMember.parent_id pigeonhole_content_id=$pigeonMember.content_id} {/if}
  • @@ -59,7 +59,7 @@
    {smartlink ititle="Insert new Category" ifile="edit_pigeonholes.php" biticon="text-x-generic" structure_id=$subtree[ix].structure_id action=create} {smartlink ititle="Edit Category" biticon="document-properties" ifile="edit_pigeonholes.php" structure_id=$subtree[ix].structure_id action=edit} - {smartlink ititle="Remove Category" biticon="edit-delete" ifile="edit_pigeonholes.php" structure_id=$subtree[ix].structure_id action=remove} + {smartlink ititle="Remove Category" biticon="user-trash" ifile="edit_pigeonholes.php" structure_id=$subtree[ix].structure_id action=remove}
    {/if} diff --git a/templates/service_nav_path_inc.tpl b/templates/service_nav_path_inc.tpl index 733a8fc..2c215fc 100755 --- a/templates/service_nav_path_inc.tpl +++ b/templates/service_nav_path_inc.tpl @@ -4,7 +4,7 @@ {foreach from=$pigeonData item=pigeonItem} {$pigeonItem.display_path} {if $gContent->hasUpdatePermission()} -  {smartlink ititle="Remove Category" biticon="edit-delete" ipackage=pigeonholes ifile="edit_pigeonholes.php" action=dismember parent_id=$pigeonItem.content_id pigeonhole_content_id=$gContent->mContentId return_uri=$gContent->getDisplayUri()} +  {smartlink ititle="Remove Category" biticon="user-trash" ipackage=pigeonholes ifile="edit_pigeonholes.php" action=dismember parent_id=$pigeonItem.content_id pigeonhole_content_id=$gContent->mContentId return_uri=$gContent->getDisplayUri()} {/if} {/foreach} -- cgit v1.3