diff options
| -rw-r--r-- | templates/blog_list_post.tpl | 2 | ||||
| -rw-r--r-- | templates/list_blogs.tpl | 4 | ||||
| -rw-r--r-- | templates/menu_blogs.tpl | 2 | ||||
| -rw-r--r-- | templates/view_blog.tpl | 4 | ||||
| -rw-r--r-- | templates/view_blog_post.tpl | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/templates/blog_list_post.tpl b/templates/blog_list_post.tpl index f5b50f7..dba75a5 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}">{biticon ipackage="icons" iname="mail-attachment" 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}">{biticon ipackage="icons" iname="document-print" iexplain="print"}</a> diff --git a/templates/list_blogs.tpl b/templates/list_blogs.tpl index b519e75..2898822 100644 --- a/templates/list_blogs.tpl +++ b/templates/list_blogs.tpl @@ -12,7 +12,7 @@ <div class="navbar"> <ul> - <li>{biticon ipackage="icons" iname="emblem-symbolic-link" iexplain="sort by"}</li> + <li>{booticon iname="icon-circle-arrow-right" ipackage="icons" iexplain="sort by"}</li> {if $gBitSystem->isFeatureActive( 'blog_list_title' )} <li>{smartlink ititle="Title" isort="title" offset=$offset}</li> {/if} @@ -62,7 +62,7 @@ <a title="{tr}post{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?blog_id={$listBlog.blog_id}">{booticon iname="icon-edit" ipackage="icons" iexplain="post"}</a> {/if} {if ($gBitUser->mUserId and $listBlog.user_id eq $gBitUser->mUserId) or $gBitUser->hasPermission( 'p_blogs_admin' )} - <a title="{tr}edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}edit.php?blog_id={$listBlog.blog_id}">{biticon ipackage="icons" iname="document-properties" iexplain="configure"}</a> + <a title="{tr}edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}edit.php?blog_id={$listBlog.blog_id}">{booticon iname="icon-file" ipackage="icons" iexplain="configure"}</a> {/if} {if ($gBitUser->mUserId and $listBlog.user_id eq $gBitUser->mUserId) or $gBitUser->hasPermission( 'p_blogs_admin' )} <a title="{tr}remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}list_blogs.php?offset={$offset}&sort_mode={$sort_mode}&remove=1&blog_id={$listBlog.blog_id}">{booticon iname="icon-trash" ipackage="icons" iexplain="delete"}</a> diff --git a/templates/menu_blogs.tpl b/templates/menu_blogs.tpl index fb1d92d..e0e8f08 100644 --- a/templates/menu_blogs.tpl +++ b/templates/menu_blogs.tpl @@ -4,7 +4,7 @@ {if $gBitSystem->isFeatureActive( 'blog_home' )} <li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}index.php">{booticon iname="icon-home" iexplain="Home Blog" ilocation=menu}</a></li> {/if} - <li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}recent_posts.php">{biticon iname="view-refresh" iexplain="Recent Posts" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}recent_posts.php">{booticon iname="icon-recycle" iexplain="Recent Posts" ilocation=menu}</a></li> <li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}list_blogs.php?sort_mode=last_modified_desc">{booticon iname="icon-list" iexplain="List Blogs" ilocation=menu}</a></li> {/if} {if $gBitUser->hasPermission( 'p_blogs_create' )} diff --git a/templates/view_blog.tpl b/templates/view_blog.tpl index cd9fa6a..42bbfe5 100644 --- a/templates/view_blog.tpl +++ b/templates/view_blog.tpl @@ -5,7 +5,7 @@ {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$gContent->mInfo} {if $gContent->hasUserPermission( 'p_blogs_post' )} - <a title="{tr}post{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?blog_id={$gContent->mBlogId}">{biticon ipackage="icons" iname="document-save" iexplain="post"}</a> + <a title="{tr}post{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?blog_id={$gContent->mBlogId}">{booticon iname="icon-save" ipackage="icons" iexplain="post"}</a> {/if} {if $gBitSystem->isPackageActive( 'rss' )} @@ -13,7 +13,7 @@ {/if} {if $gContent->hasUpdatePermission()} - <a title="{tr}Edit blog{/tr}" href="{$smarty.const.BLOGS_PKG_URL}edit.php?blog_id={$gContent->mBlogId}">{biticon ipackage="icons" iname="document-properties" iexplain="edit"}</a> + <a title="{tr}Edit blog{/tr}" href="{$smarty.const.BLOGS_PKG_URL}edit.php?blog_id={$gContent->mBlogId}">{booticon iname="icon-file" ipackage="icons" iexplain="edit"}</a> {/if} {if $gBitUser->isRegistered() and $gBitSystem->isFeatureActive( 'users_watches' )} diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl index 941183e..6a49d94 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}">{biticon ipackage="icons" iname="mail-attachment" 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}">{biticon ipackage="icons" iname="document-print" iexplain="Print"}</a> |
