summaryrefslogtreecommitdiff
path: root/templates/view_xref_image_item.tpl
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
commite04be4a5bcf8a710856d1b6f4b74774a2edb5b0c (patch)
treee5ed7a6d1d8915e3c214a14625241b24e6f159a2 /templates/view_xref_image_item.tpl
parent86408f95b004cc3044a560b5bff1e28ac8359373 (diff)
downloadcontact-e04be4a5bcf8a710856d1b6f4b74774a2edb5b0c.tar.gz
contact-e04be4a5bcf8a710856d1b6f4b74774a2edb5b0c.tar.bz2
contact-e04be4a5bcf8a710856d1b6f4b74774a2edb5b0c.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/view_xref_image_item.tpl')
-rwxr-xr-xtemplates/view_xref_image_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_xref_image_item.tpl b/templates/view_xref_image_item.tpl
index 90a6561..33954dc 100755
--- a/templates/view_xref_image_item.tpl
+++ b/templates/view_xref_image_item.tpl
@@ -33,7 +33,7 @@
{if $source eq 'history' }
{smartlink ititle="Restore" ifile="edit_xref.php" biticon="document-properties" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=-1}
{else}
- {smartlink ititle="Delete" ifile="edit_xref.php" biticon="edit-delete" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1}
+ {smartlink ititle="Delete" ifile="edit_xref.php" biticon="user-trash" content_id=$gContent->mInfo.content_id xref_id=$gContent->mInfo.$source[xref].xref_id expunge=1}
{/if}
{/if}
</span>