diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:46:48 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:46:48 +0100 |
| commit | 21dcf3079e7bc3f6cb9b1e7bcf7f8e218052444c (patch) | |
| tree | efea1b4b757655f98b07a73f12111c69479740bb /plugins | |
| parent | 248c457f8e875eb9efe6705bbfb6a506283ccfc9 (diff) | |
| download | liberty-21dcf3079e7bc3f6cb9b1e7bcf7f8e218052444c.tar.gz liberty-21dcf3079e7bc3f6cb9b1e7bcf7f8e218052444c.tar.bz2 liberty-21dcf3079e7bc3f6cb9b1e7bcf7f8e218052444c.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 'plugins')
| -rwxr-xr-x | plugins/data.attachment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/data.attachment.php b/plugins/data.attachment.php index 52f2395..93594aa 100755 --- a/plugins/data.attachment.php +++ b/plugins/data.attachment.php @@ -43,7 +43,7 @@ $pluginParams = [ 'help_function' => '\data_attachment_help', 'syntax' => '{attachment id= size= align= }', 'plugin_type' => DATA_PLUGIN, - 'booticon' => '{biticon ipackage="icons" iname="mail-attachment" iexplain="Attachment"}', + 'booticon' => '{biticon ipackage="icons" iname="stock_attach" iexplain="Attachment"}', 'taginsert' => '{attachment id= align= size= description= alt=}', ]; $gLibertySystem->registerPlugin( PLUGIN_GUID_DATAATTACHMENT, $pluginParams ); |
