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 | 4cf118f2ec562dbb5f375072fbd48ada05c126ee (patch) | |
| tree | 548e08377795cfee78f16f1473d9c957ca9d1f64 | |
| parent | 495db48a77b1a35fdf6490a304e07e0f302d1524 (diff) | |
| download | pigeonholes-4cf118f2ec562dbb5f375072fbd48ada05c126ee.tar.gz pigeonholes-4cf118f2ec562dbb5f375072fbd48ada05c126ee.tar.bz2 pigeonholes-4cf118f2ec562dbb5f375072fbd48ada05c126ee.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-x | templates/list.tpl | 2 | ||||
| -rw-r--r-- | templates/menu_pigeonholes.tpl | 2 | ||||
| -rwxr-xr-x | templates/section_inc.tpl | 4 | ||||
| -rwxr-xr-x | 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} </div> {/if} <h2>{$item.display_link}</h2> 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 @@ <li><a class="head" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->getField('structure_id')}&action=edit">{biticon ipackage="icons" iname="document-properties" iexplain="Edit Category" ilocation=menu}</a></li> <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->getField('root_structure_id')}&action=create">{biticon iname="insert-object" iexplain="Insert Sub-Category" ilocation=menu}</a></li> <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_structure.php?structure_id={$gContent->getField('structure_id')}">{biticon ipackage="icons" iname="edit-clear" iexplain="Change Structure" ilocation=menu}</a></li> - <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->getField('structure_id')}&action=remove">{biticon ipackage="icons" iname="edit-delete" iexplain="Delete Category" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}edit_pigeonholes.php?structure_id={$gContent->getField('structure_id')}&action=remove">{biticon ipackage="icons" iname="user-trash" iexplain="Delete Category" ilocation=menu}</a></li> {/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 @@ <li> <a href="{$smarty.const.BIT_ROOT_URL}index.php?content_id={$pigeonMember.content_id}">{$pigeonMember.title|escape}</a> {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} </li> @@ -59,7 +59,7 @@ <div class="floaticon"> {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} </div> {/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} <span class="path">{$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} </span> {/foreach} |
