diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 13:32:41 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 13:32:41 -0400 |
| commit | 8c42ddc5d9fb230c14f1d69e4f5286582bdaa56e (patch) | |
| tree | 81d5be1281e1c76f8c974eeffb0291666c9ee12a /templates/blog_list_post.tpl | |
| parent | 1d5d0f7baac2289db505da54196f86be46497110 (diff) | |
| download | blogs-8c42ddc5d9fb230c14f1d69e4f5286582bdaa56e.tar.gz blogs-8c42ddc5d9fb230c14f1d69e4f5286582bdaa56e.tar.bz2 blogs-8c42ddc5d9fb230c14f1d69e4f5286582bdaa56e.zip | |
convert lots of biticon to booticon
Diffstat (limited to 'templates/blog_list_post.tpl')
| -rw-r--r-- | 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 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} |
