diff options
| author | lsces <lester@lsces.co.uk> | 2014-08-09 18:02:08 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-08-09 18:02:08 +0100 |
| commit | 61494afc98e066cb9fe8da406289e492c69ba2ff (patch) | |
| tree | 05abcec09a300496d2a625177f6fbad9105f6f15 /templates | |
| parent | 82093abc89318d141a5095e26dbdcf8cf8dd12a7 (diff) | |
| download | blogs-61494afc98e066cb9fe8da406289e492c69ba2ff.tar.gz blogs-61494afc98e066cb9fe8da406289e492c69ba2ff.tar.bz2 blogs-61494afc98e066cb9fe8da406289e492c69ba2ff.zip | |
Check closer before changing the wrong entry. Fontawesome does not have hyphen
in paperclip. Other packages were wrong and blogs was only right one.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/blog_list_post.tpl | 2 | ||||
| -rw-r--r-- | 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 d532be7..375bb4e 100644 --- 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}">{booticon iname="icon-paper-clip" ipackage="icons" iexplain="crosspost"}</a> + <a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$aPost.post_id}">{booticon iname="icon-paperclip" 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> diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl index 2e293c1..e9a8645 100644 --- a/templates/view_blog_post.tpl +++ b/templates/view_blog_post.tpl @@ -26,7 +26,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}">{booticon iname="icon-paper-clip" ipackage="icons" iexplain="Crosspost"}</a> + <a title="{tr}Crosspost{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?post_id={$post_info.post_id}">{booticon iname="icon-paperclip" 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={$post_info.post_id}">{booticon iname="icon-print" ipackage="icons" iexplain="Print"}</a> |
