diff options
| author | spiderr <spider@viovio.com> | 2013-04-04 01:56:29 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-04 01:56:29 -0400 |
| commit | c85d48b79803ae4457780e6737450f2a70a5d35e (patch) | |
| tree | c8ffef688c87c955bf1f90ded6495c7b23d63337 /templates | |
| parent | f5e4a3a4b2d71bd7619ba704c9a63cbe00677939 (diff) | |
| download | blogs-c85d48b79803ae4457780e6737450f2a70a5d35e.tar.gz blogs-c85d48b79803ae4457780e6737450f2a70a5d35e.tar.bz2 blogs-c85d48b79803ae4457780e6737450f2a70a5d35e.zip | |
cleanup more booticonization
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/list_blogs.tpl | 8 | ||||
| -rw-r--r-- | templates/view_blog_post.tpl | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/templates/list_blogs.tpl b/templates/list_blogs.tpl index 2898822..8c0c3a9 100644 --- a/templates/list_blogs.tpl +++ b/templates/list_blogs.tpl @@ -47,14 +47,14 @@ <div class="floaticon"> {if $gBitUser->hasPermission( 'p_liberty_assign_content_perms' ) and $listBlog.content_id} {if $gContent->mPerms} {* org note from liberty:service_content_icon_inc: don't think there is a serviceHash way of working out if there are individual permissions set *} - {assign var=perm_icon value="icons/emblem-readonly"} + {assign var=perm_icon value="icon-lock"} {else} - {assign var=perm_icon value="icons/emblem-shared"} + {assign var=perm_icon value="icon-key"} {/if} {if $role_model } - {smartlink ipackage=liberty ifile=content_role_permissions.php ititle="Assign Permissions" ibiticon=$perm_icon ipackage=liberty ifile="content_permissions.php" content_id=$listBlog.content_id} + {smartlink ipackage=liberty ifile=content_role_permissions.php ititle="Assign Permissions" booticon=$perm_icon ipackage=liberty ifile="content_permissions.php" content_id=$listBlog.content_id} {else} - {smartlink ipackage=liberty ifile=content_permissions.php ititle="Assign Permissions" ibiticon=$perm_icon ipackage=liberty ifile="content_permissions.php" content_id=$listBlog.content_id} + {smartlink ipackage=liberty ifile=content_permissions.php ititle="Assign Permissions" booticon=$perm_icon ipackage=liberty ifile="content_permissions.php" content_id=$listBlog.content_id} {/if} {/if} diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl index 2320588..66f5d3f 100644 --- a/templates/view_blog_post.tpl +++ b/templates/view_blog_post.tpl @@ -22,7 +22,7 @@ {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$post_info} {if $gBitUser->hasPermission( 'p_users_view_icons_and_tools' )} {if $gBitSystem->isPackageActive( 'rss' ) && $gBitSystem->isFeatureActive( 'rss_blogs' )} - <a href="{$smarty.const.BLOGS_PKG_URL}blogs_rss.php?user_id={$post_info.user_id}">{biticon ipackage="rss" iname="rss-16x16" iexplain="RSS feed"}</a> + <a href="{$smarty.const.BLOGS_PKG_URL}blogs_rss.php?user_id={$post_info.user_id}">{booticon iname="icon-rss" iexplain="RSS feed"}</a> {/if} {if $gContent->hasUserPermission( 'p_blogs_admin' )} |
