diff options
| -rw-r--r-- | templates/blog_list_post.tpl | 4 | ||||
| -rw-r--r-- | templates/crosspost.tpl | 4 | ||||
| -rw-r--r-- | templates/list_blogs.tpl | 4 | ||||
| -rw-r--r-- | templates/menu_blogs.tpl | 6 | ||||
| -rw-r--r-- | templates/view_blog.tpl | 2 | ||||
| -rw-r--r-- | templates/view_blog_post.tpl | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/templates/blog_list_post.tpl b/templates/blog_list_post.tpl index f9841b8..f5b50f7 100644 --- a/templates/blog_list_post.tpl +++ b/templates/blog_list_post.tpl @@ -18,8 +18,8 @@ {/if} {if ($aPost.ownsblog eq 'y') or ($gBitUser->mUserId and $aPost.user_id eq $gBitUser->mUserId) or $gBitUser->hasPermission( 'p_blogs_admin' )} - <a title="{tr}Edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?blog_id={$aPost.blog_id}&post_id={$aPost.post_id}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="edit"}</a> - <a title="{tr}Remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?action=remove&post_id={$aPost.post_id}">{biticon ipackage="icons" iname="edit-delete" iexplain="delete"}</a> + <a title="{tr}Edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?blog_id={$aPost.blog_id}&post_id={$aPost.post_id}">{booticon iname="icon-edit" ipackage="icons" iexplain="edit"}</a> + <a title="{tr}Remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?action=remove&post_id={$aPost.post_id}">{booticon iname="icon-trash" ipackage="icons" iexplain="delete"}</a> {/if} </div> {/if} diff --git a/templates/crosspost.tpl b/templates/crosspost.tpl index f93bd2b..976379d 100644 --- a/templates/crosspost.tpl +++ b/templates/crosspost.tpl @@ -19,8 +19,8 @@ {if $gContent->mInfo.blogs.$blogContentId && ($blogContentId != $crosspost.blog_content_id) } {assign var="has_crosspost" value=TRUE} {$availBlogTitle|escape} - <a title="{tr}Edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?blog_content_id={$blogContentId}&post_id={$post_info.post_id}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="edit crosspost note"}</a> - <a title="{tr}Remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?action=remove&post_id={$post_info.post_id}&blog_content_id={$blogContentId}&status_id=300">{biticon ipackage="icons" iname="edit-delete" iexplain="delete this crossposting"}</a><br/> + <a title="{tr}Edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?blog_content_id={$blogContentId}&post_id={$post_info.post_id}">{booticon iname="icon-edit" ipackage="icons" iexplain="edit crosspost note"}</a> + <a title="{tr}Remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}crosspost.php?action=remove&post_id={$post_info.post_id}&blog_content_id={$blogContentId}&status_id=300">{booticon iname="icon-trash" ipackage="icons" iexplain="delete this crossposting"}</a><br/> {/if} {/foreach} {if !$has_crosspost} diff --git a/templates/list_blogs.tpl b/templates/list_blogs.tpl index ba9d1a4..b519e75 100644 --- a/templates/list_blogs.tpl +++ b/templates/list_blogs.tpl @@ -59,13 +59,13 @@ {/if} {if ($gBitUser->mUserId and $listBlog.user_id eq $gBitUser->mUserId) || ($gBitUser->hasPermission( 'p_blogs_admin' )) or ($listBlog.is_public eq 'y')} - <a title="{tr}post{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?blog_id={$listBlog.blog_id}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="post"}</a> + <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> {/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}">{biticon ipackage="icons" iname="edit-delete" iexplain="delete"}</a> + <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> {/if} </div> diff --git a/templates/menu_blogs.tpl b/templates/menu_blogs.tpl index 90efa94..27e8822 100644 --- a/templates/menu_blogs.tpl +++ b/templates/menu_blogs.tpl @@ -2,16 +2,16 @@ <ul> {if $gBitUser->hasPermission( 'p_blogs_view' )} {if $gBitSystem->isFeatureActive( 'blog_home' )} - <li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}index.php">{biticon iname="go-home" iexplain="Home Blog" ilocation=menu}</a></li> + <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}list_blogs.php?sort_mode=last_modified_desc">{biticon iname="format-justify-fill" iexplain="List Blogs" 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' )} <li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}edit.php">{biticon iname="folder-new" iexplain="Create a Blog" ilocation=menu}</a></li> {/if} {if $gBitUser->hasPermission( 'p_blogs_post' )} - <li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}post.php">{biticon iname="document-new" iexplain="Write Blog Post" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}post.php">{booticon iname="icon-file" iexplain="Write Blog Post" ilocation=menu}</a></li> {/if} {if $gBitSystem->isFeatureActive( 'blog_rankings' ) and $gBitUser->hasPermission( 'p_blogs_view' )} <li><a class="item" href="{$smarty.const.BLOGS_PKG_URL}rankings.php">{biticon iname="view-sort-ascending" iexplain="Blog Post Rankings" ilocation=menu}</a></li> diff --git a/templates/view_blog.tpl b/templates/view_blog.tpl index 5b4e459..cd9fa6a 100644 --- a/templates/view_blog.tpl +++ b/templates/view_blog.tpl @@ -25,7 +25,7 @@ {/if} {if ($gContent->hasUpdatePermission())} - <a title="{tr}remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}list_blogs.php?remove=1&blog_id={$gContent->getField('blog_id')}">{biticon ipackage="icons" iname="edit-delete" iexplain="delete"}</a> + <a title="{tr}remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}list_blogs.php?remove=1&blog_id={$gContent->getField('blog_id')}">{booticon iname="icon-trash" ipackage="icons" iexplain="delete"}</a> {/if} </div> diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl index 2c4d88b..941183e 100644 --- a/templates/view_blog_post.tpl +++ b/templates/view_blog_post.tpl @@ -35,10 +35,10 @@ {/if} {if $gContent->hasUpdatePermission()} - <a title="{tr}Edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?blog_id={$post_info.blog_id}&post_id={$post_info.post_id}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="edit"}</a> + <a title="{tr}Edit{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?blog_id={$post_info.blog_id}&post_id={$post_info.post_id}">{booticon iname="icon-edit" ipackage="icons" iexplain="edit"}</a> {/if} {if $gContent->hasUserPermission( 'p_blogs_admin' )} - <a title="{tr}Remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?action=remove&post_id={$post_info.post_id}&status_id=300">{biticon ipackage="icons" iname="edit-delete" iexplain="delete"}</a> + <a title="{tr}Remove{/tr}" href="{$smarty.const.BLOGS_PKG_URL}post.php?action=remove&post_id={$post_info.post_id}&status_id=300">{booticon iname="icon-trash" ipackage="icons" iexplain="delete"}</a> {/if} {/if} </div> |
