diff options
| -rwxr-xr-x | templates/blog_list_post.tpl | 4 |
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' )} |
