diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 17:08:20 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 17:08:20 -0400 |
| commit | 996faa1e2e2ff9460fc4cac153068763cf97ef40 (patch) | |
| tree | d79ee4ebee1799c7abde48330f3275f85536df1f /templates | |
| parent | a26f3b28376682ffd2fd5562d59c80109db4231b (diff) | |
| download | articles-996faa1e2e2ff9460fc4cac153068763cf97ef40.tar.gz articles-996faa1e2e2ff9460fc4cac153068763cf97ef40.tar.bz2 articles-996faa1e2e2ff9460fc4cac153068763cf97ef40.zip | |
convert lots of biticon to booticon
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_topics.tpl | 2 | ||||
| -rw-r--r-- | templates/admin_types.tpl | 2 | ||||
| -rw-r--r-- | templates/article_display.tpl | 4 | ||||
| -rw-r--r-- | templates/list_articles.tpl | 6 | ||||
| -rw-r--r-- | templates/menu_articles.tpl | 6 |
5 files changed, 10 insertions, 10 deletions
diff --git a/templates/admin_topics.tpl b/templates/admin_topics.tpl index 8664120..c30a090 100644 --- a/templates/admin_topics.tpl +++ b/templates/admin_topics.tpl @@ -71,7 +71,7 @@ </td> <td align="right"> - {smartlink ititle='edit' ibiticon="icons/accessories-text-editor" ifile='edit_topic.php' topic_id=`$topics[user].topic_id`} + {smartlink ititle='edit' booticon="icon-edit" ifile='edit_topic.php' topic_id=`$topics[user].topic_id`} {* smartlink ititle='permissions' ibiticon="icons/emblem-shared" ipackage='kernel' ifile='object_permissions.php' objectName="Topic `$topics[user].name`" object_type=topic permType=topics object_id=`$topics[user].topic_id` *} <br /> <a href="{$smarty.const.ARTICLES_PKG_URL}admin/admin_topics.php?fRemoveTopic=1&topic_id={$topics[user].topic_id}">{booticon iname="icon-trash" ipackage="icons" iforce=icon_text iexplain="Remove Topic"}</a> diff --git a/templates/admin_types.tpl b/templates/admin_types.tpl index 46fdd48..915eb23 100644 --- a/templates/admin_types.tpl +++ b/templates/admin_types.tpl @@ -34,7 +34,7 @@ {/foreach} <td style="text-align:center;"> {if $types[user].article_cnt eq 0} - {smartlink ititle="remove" ibiticon="icons/edit-delete" remove_type=`$types[user].article_type_id`} + {smartlink ititle="remove" booticon="icon-trash" remove_type=`$types[user].article_type_id`} {else} {$types[user].article_cnt} {/if} diff --git a/templates/article_display.tpl b/templates/article_display.tpl index 030cb5e..71da37e 100644 --- a/templates/article_display.tpl +++ b/templates/article_display.tpl @@ -8,14 +8,14 @@ <div class="floaticon"> {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$article} {if $gContent->hasUserPermission( 'p_articles_read_history' ) && !$version && $article.version > 1} - {smartlink ititle="View History" ipackage=articles ifile="article_history.php" ibiticon="icons/appointment-new" article_id=$article.article_id} + {smartlink ititle="View History" ipackage=articles ifile="article_history.php" booticon="icon-time" article_id=$article.article_id} {/if} {if $gContent->hasUpdatePermission()} <a href="{$smarty.const.ARTICLES_PKG_URL}edit.php?article_id={$article.article_id}">{booticon iname="icon-edit" ipackage="icons" iexplain=edit}</a> {/if} {*<a style="display:none;" href="{$smarty.const.ARTICLES_PKG_URL}print.php?article_id={$article.article_id}">{biticon ipackage="icons" iname="document-print" iexplain=print}</a>*} {if $gContent->hasUserPermission( 'p_articles_remove' )} - {smartlink ititle="Remove" ipackage=articles ifile="list.php" ibiticon="icons/edit-delete" action=remove remove_article_id=$article.article_id status_id=$smarty.request.status_id} + {smartlink ititle="Remove" ipackage=articles ifile="list.php" booticon="icon-trash" action=remove remove_article_id=$article.article_id status_id=$smarty.request.status_id} {/if} </div><!-- end .footer --> diff --git a/templates/list_articles.tpl b/templates/list_articles.tpl index 2314864..689bf61 100644 --- a/templates/list_articles.tpl +++ b/templates/list_articles.tpl @@ -13,7 +13,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( 'articles_list_title' )} <li>{smartlink ititle='Title' isort='title' offset=$offset type=$find_type topic=$find_topic}</li> {/if} @@ -143,11 +143,11 @@ {/if} {if $gBitUser->hasPermission( 'p_articles_update' ) or ( $article.author eq $user and $article.creator_edit eq 'y' )} - {smartlink ititle="Edit" ifile="edit.php" ibiticon="icons/accessories-text-editor" article_id=$article.article_id} + {smartlink ititle="Edit" ifile="edit.php" booticon="icon-edit" article_id=$article.article_id} {/if} {if $gBitUser->hasPermission( 'p_articles_remove' )} - {smartlink ititle="Remove" ibiticon="icons/edit-delete" action=remove remove_article_id=$article.article_id status_id=$smarty.request.status_id} + {smartlink ititle="Remove" booticon="icon-trash" action=remove remove_article_id=$article.article_id status_id=$smarty.request.status_id} {/if} </td> </tr> diff --git a/templates/menu_articles.tpl b/templates/menu_articles.tpl index 836e334..611f2d7 100644 --- a/templates/menu_articles.tpl +++ b/templates/menu_articles.tpl @@ -26,7 +26,7 @@ <li><a class="item" href="{$smarty.const.ARTICLES_PKG_URL}list.php?get_future=1">{booticon iname="icon-list" ipackage="icons" iexplain="List Upcoming" ilocation=menu}</a></li> {/if} {if $gBitSystem->isFeatureActive( 'articles_rankings' ) && $gBitUser->hasPermission( 'p_articles_read ' )} - <li><a class="item" href="{$smarty.const.ARTICLES_PKG_URL}rankings.php">{biticon ipackage="icons" iname="view-sort-ascending" iexplain="Article Rankings" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.ARTICLES_PKG_URL}rankings.php">{booticon iname="icon-sort" ipackage="icons" iexplain="Article Rankings" ilocation=menu}</a></li> {/if} {*if $gBitSystem->isFeatureActive( 'feature_comm' ) && $gBitUser->hasPermission( 'p_articles_send ' )} <li><a class="item" href="{$smarty.const.XMLRPC_PKG_URL}send_objects.php">{biticon ipackage=liberty iname=spacer iexplain="Send Articles" ilocation=menu}</a></li> @@ -35,8 +35,8 @@ <li><a class="item" href="{$smarty.const.ARTICLES_PKG_URL}list_topics.php">{booticon iname="icon-list" ipackage="icons" iexplain="List Topics" ilocation=menu}</a></li> {/if} {if $gBitUser->hasPermission( 'p_articles_admin' )} - <li><a class="item" href="{$smarty.const.ARTICLES_PKG_URL}admin/admin_topics.php">{biticon iname=document-properties iexplain="Admin Topics" ilocation=menu}</a></li> - <li><a class="item" href="{$smarty.const.ARTICLES_PKG_URL}admin/admin_types.php">{biticon iname=document-properties iexplain="Admin Types" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.ARTICLES_PKG_URL}admin/admin_topics.php">{booticon iname="icon-file" iexplain="Admin Topics" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.ARTICLES_PKG_URL}admin/admin_types.php">{booticon iname="icon-file" iexplain="Admin Types" ilocation=menu}</a></li> {/if} </ul> {/strip} |
