diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:46:46 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:46:46 +0100 |
| commit | 5fbf48693af7639d9488ab3e34a625f33aff2029 (patch) | |
| tree | 33be0910b3845a842c74dc7b2f974fb3a27ba4c3 /templates | |
| parent | d99f42fd289780bdcd25719dc13c6628871f4444 (diff) | |
| download | blogs-5fbf48693af7639d9488ab3e34a625f33aff2029.tar.gz blogs-5fbf48693af7639d9488ab3e34a625f33aff2029.tar.bz2 blogs-5fbf48693af7639d9488ab3e34a625f33aff2029.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-x | templates/blog_list_post.tpl | 2 | ||||
| -rwxr-xr-x | templates/view_blog_post.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/blog_list_post.tpl b/templates/blog_list_post.tpl index 8df931c..0a99d0c 100755 --- a/templates/blog_list_post.tpl +++ b/templates/blog_list_post.tpl @@ -9,7 +9,7 @@ <div class="floaticon"> {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$aPost} {if $gBitUser->hasPermission( 'p_blogs_admin' )} - <a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$aPost.post_id}">{biticon ipackage="icons" iname="mail-attachment" ipackage="icons" iexplain="crosspost"}</a> + <a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$aPost.post_id}">{biticon ipackage="icons" iname="stock_attach" ipackage="icons" iexplain="crosspost"}</a> {/if} <a title="{tr}Print{/tr}" href="{$smarty.const.BLOGS_PKG_URL}print_blog_post.php?post_id={$aPost.post_id}">{biticon ipackage="icons" iname="document-print" ipackage="icons" iexplain="print"}</a> diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl index ceaec1a..edcd692 100755 --- a/templates/view_blog_post.tpl +++ b/templates/view_blog_post.tpl @@ -28,7 +28,7 @@ {/if} {if $gContent->hasUserPermission( 'p_blogs_admin' )} - <a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$post_info.post_id}">{biticon ipackage="icons" iname="mail-attachment" ipackage="icons" iexplain="Crosspost"}</a> + <a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$post_info.post_id}">{biticon ipackage="icons" iname="stock_attach" ipackage="icons" iexplain="Crosspost"}</a> {/if} <a title="{tr}Print{/tr}" href="{$smarty.const.BLOGS_PKG_URL}print_blog_post.php?post_id={$post_info.post_id}">{biticon ipackage="icons" iname="document-print" ipackage="icons" iexplain="Print"}</a> |
