summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-04 11:46:53 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-04 11:46:53 +0100
commitef0daf530e35ffc55a41b45fbbd7d969409c7d40 (patch)
tree00d269d44c891baf35ea6d193405e86643a35d20 /templates
parent3db2788ab3457128ff3e043506cff28adc50f021 (diff)
downloadthemes-ef0daf530e35ffc55a41b45fbbd7d969409c7d40.tar.gz
themes-ef0daf530e35ffc55a41b45fbbd7d969409c7d40.tar.bz2
themes-ef0daf530e35ffc55a41b45fbbd7d969409c7d40.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')
-rwxr-xr-xtemplates/admin_custom_modules.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_custom_modules.tpl b/templates/admin_custom_modules.tpl
index 676ab5a..e43a850 100755
--- a/templates/admin_custom_modules.tpl
+++ b/templates/admin_custom_modules.tpl
@@ -56,7 +56,7 @@
<td>{$customModules[user].name|escape}</td>
<td>{$customModules[user].title|escape}</td>
<td class="alignright">
- <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout&amp;module_name=_custom%3Acustom%2F{$customModules[user].name}">{biticon ipackage="icons" iname="mail-attachment" iexplain=assign}</a>
+ <a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=layout&amp;module_name=_custom%3Acustom%2F{$customModules[user].name}">{biticon ipackage="icons" iname="stock_attach" iexplain=assign}</a>
<a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&amp;name={$customModules[user].name}&amp;action=edit">{biticon ipackage="icons" iname="document-properties" iexplain=edit}</a>
<a href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=custom_modules&amp;name={$customModules[user].name}&amp;action=remove">{biticon ipackage="icons" iname="edit-delete" iexplain=delete}</a>
</td>