summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-04 11:46:51 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-04 11:46:51 +0100
commit495db48a77b1a35fdf6490a304e07e0f302d1524 (patch)
tree1dd11090266347778d83a53e028c14d8a3a168cd /templates
parent7c12a94ffb053b0086739b89f449e33e6ab8dddf (diff)
downloadpigeonholes-495db48a77b1a35fdf6490a304e07e0f302d1524.tar.gz
pigeonholes-495db48a77b1a35fdf6490a304e07e0f302d1524.tar.bz2
pigeonholes-495db48a77b1a35fdf6490a304e07e0f302d1524.zip
Switch attachment icon from mail-attachment to stock_attach
stock_attach (paperclip) is available as PNG (16px) and SVG (scalable), making it a cleaner fit for attach/assign/crosspost contexts than the mail-specific mail-attachment icon. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/menu_pigeonholes.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_pigeonholes.tpl b/templates/menu_pigeonholes.tpl
index 3cbeeef..c9d7064 100644
--- a/templates/menu_pigeonholes.tpl
+++ b/templates/menu_pigeonholes.tpl
@@ -19,7 +19,7 @@
{/if}
{if $gBitUser->hasPermission( 'p_pigeonholes_insert_member' )}
- <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}assign_content.php">{biticon ipackage="icons" iname="mail-attachment" iexplain="Assign Content" ilocation=menu}</a></li>
+ <li><a class="item" href="{$smarty.const.PIGEONHOLES_PKG_URL}assign_content.php">{biticon ipackage="icons" iname="stock_attach" iexplain="Assign Content" ilocation=menu}</a></li>
{/if}
</ul>
{/strip}