summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2025-08-29 09:51:40 +0100
committerlsces <lester@lsces.co.uk>2025-08-29 09:51:40 +0100
commitb7cc6c0cbcb0a162565ad6cb1cbf84e46fb8c397 (patch)
treec0e072efed2b4edd39930a59483439d8aa2e0b0a
parent3669267901ecdda55aa69f883a7fdea448ef8731 (diff)
downloadblogs-b7cc6c0cbcb0a162565ad6cb1cbf84e46fb8c397.tar.gz
blogs-b7cc6c0cbcb0a162565ad6cb1cbf84e46fb8c397.tar.bz2
blogs-b7cc6c0cbcb0a162565ad6cb1cbf84e46fb8c397.zip
Another little icon/style tweek
-rwxr-xr-xtemplates/blog_list_post.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/blog_list_post.tpl b/templates/blog_list_post.tpl
index 7b8f7be..8e4c541 100755
--- a/templates/blog_list_post.tpl
+++ b/templates/blog_list_post.tpl
@@ -12,9 +12,9 @@
<a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$aPost.post_id}">{booticon iname="icon-paper-clip" ipackage="icons" iexplain="crosspost"}</a>
{/if}
- <a title="{tr}print{/tr}" style="display:none;" href="{$smarty.const.BLOGS_PKG_URL}print_blog_post.php?post_id={$aPost.post_id}">{booticon iname="icon-print" ipackage="icons" iexplain="print"}</a>
+ <a title="{tr}Print{/tr}" href="{$smarty.const.BLOGS_PKG_URL}print_blog_post.php?post_id={$aPost.post_id}">{booticon iname="icon-print" ipackage="icons" iexplain="print"}</a>
{if $gBitUser->hasPermission('p_blogs_send_post')}
- <a title="{tr}email this post{/tr}" href="{$smarty.const.BLOGS_PKG_URL}send_post.php?post_id={$aPost.post_id}">{booticon iname="icon-envelope" ipackage="icons" iexplain="email this post"}</a>
+ <a title="{tr}Email this post{/tr}" href="{$smarty.const.BLOGS_PKG_URL}send_post.php?post_id={$aPost.post_id}">{booticon iname="icon-envelope" ipackage="icons" iexplain="email this post"}</a>
{/if}
{if ($aPost.ownsblog eq 'y') or ($gBitUser->mUserId and $aPost.user_id eq $gBitUser->mUserId) or $gBitUser->hasPermission( 'p_blogs_admin' )}