diff options
| author | lsces <lester@lsces.co.uk> | 2014-08-09 17:38:20 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-08-09 17:38:20 +0100 |
| commit | 82093abc89318d141a5095e26dbdcf8cf8dd12a7 (patch) | |
| tree | 6a2e37e9557b50e1426978f7c61eb8258934c50b | |
| parent | 22ab4de11ce6f5bbd6cfa13af0c750b7593b6f19 (diff) | |
| download | blogs-82093abc89318d141a5095e26dbdcf8cf8dd12a7.tar.gz blogs-82093abc89318d141a5095e26dbdcf8cf8dd12a7.tar.bz2 blogs-82093abc89318d141a5095e26dbdcf8cf8dd12a7.zip | |
Correct icon name paperclip has hyphen ...
| -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 375bb4e..d532be7 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-paperclip" 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-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> diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl index e9a8645..2e293c1 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-paperclip" 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-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={$post_info.post_id}">{booticon iname="icon-print" ipackage="icons" iexplain="Print"}</a> |
