summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 17:39:56 -0400
committerspiderr <spider@viovio.com>2013-04-02 17:39:56 -0400
commitde8fc692f42241531752d9df3112a4f92c176477 (patch)
tree0dd00936c80d0cbeca5bd5120e4a2389894c16e6 /templates
parent7d0c42a4f1bb393cb257e216e37afdc8a00ecebe (diff)
downloadboards-de8fc692f42241531752d9df3112a4f92c176477.tar.gz
boards-de8fc692f42241531752d9df3112a4f92c176477.tar.bz2
boards-de8fc692f42241531752d9df3112a4f92c176477.zip
convert lots of biticon to booticon
Diffstat (limited to 'templates')
-rw-r--r--templates/board_assign.tpl4
-rw-r--r--templates/list_posts.tpl4
-rw-r--r--templates/list_topics.tpl4
-rw-r--r--templates/post_display.tpl8
4 files changed, 10 insertions, 10 deletions
diff --git a/templates/board_assign.tpl b/templates/board_assign.tpl
index 9a0698d..d3b07be 100644
--- a/templates/board_assign.tpl
+++ b/templates/board_assign.tpl
@@ -47,7 +47,7 @@
{if $board.map}
{capture assign=title}
{if ! $board.integrity}
- {biticon iname=dialog-warning iexplain="Integrity Check Failed"}
+ {booticon iname="icon-warning-sign" iexplain="Integrity Check Failed"}
{/if}
{$board.title|escape}
{/capture}
@@ -56,7 +56,7 @@
{if ! $board.integrity}
<div class="floaticon">
<a href="{$smarty.const.BOARDS_PKG_URL}assign.php?integrity={$board.board_id}#board{$smarty.foreach.board_loop.iteration}">
- {biticon ipackage="icons" iname="dialog-warning" ipath="large" iexplain="Fix Integrity"}
+ {booticon iname="icon-warning-sign" ipackage="icons" ipath="large" iexplain="Fix Integrity"}
</a>
</div>
{formfeedback warning="Integrity Check Failed"}
diff --git a/templates/list_posts.tpl b/templates/list_posts.tpl
index f942b56..0a649e9 100644
--- a/templates/list_posts.tpl
+++ b/templates/list_posts.tpl
@@ -59,7 +59,7 @@
<div class="body">
{if !$topic_locked && $board->hasPostCommentsPermission()}
<div class="control-group submit">
- <a title="{tr}Post Reply{/tr}" class="btn" href="{$comments_return_url}&amp;post_comment_reply_id={$thread->mInfo.flc_content_id}&amp;post_comment_request=1#editcomments">{biticon ipackage="icons" iname="mail-reply-sender" iexplain="Post Reply" iforce="icon"} {tr}Post Reply{/tr}</a>
+ <a title="{tr}Post Reply{/tr}" class="btn" href="{$comments_return_url}&amp;post_comment_reply_id={$thread->mInfo.flc_content_id}&amp;post_comment_request=1#editcomments">{booticon iname="icon-envelope-alt" ipackage="icons" iexplain="Post Reply" iforce="icon"} {tr}Post Reply{/tr}</a>
</div>
{/if}
@@ -87,7 +87,7 @@
{if !$topic_locked && $board->hasPostCommentsPermission()}
<div class="control-group submit">
- <a title="{tr}Post Reply{/tr}" class="btn" href="{$comments_return_url}&amp;post_comment_reply_id={$thread->mInfo.flc_content_id}&amp;post_comment_request=1#editcomments">{biticon ipackage="icons" iname="mail-reply-sender" iexplain="Post Reply" iforce="icon"} {tr}Post Reply{/tr}</a>
+ <a title="{tr}Post Reply{/tr}" class="btn" href="{$comments_return_url}&amp;post_comment_reply_id={$thread->mInfo.flc_content_id}&amp;post_comment_request=1#editcomments">{booticon iname="icon-envelope-alt" ipackage="icons" iexplain="Post Reply" iforce="icon"} {tr}Post Reply{/tr}</a>
</div>
{/if}
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl
index 599c58a..52f05e1 100644
--- a/templates/list_topics.tpl
+++ b/templates/list_topics.tpl
@@ -99,10 +99,10 @@
{* modcomments handles this *}
{if $thread.flc_user_id<0 && $thread.first_approved==0 && !$gBitSystem->isPackageActive('modcomments')}
<a title="{tr}Approve First Post{/tr}" href="{$smarty.const.BOARDS_PKG_URL}view_board_inc.php?b={$board->mInfo.board_id}&amp;action=1&amp;comment_id={$thread.th_thread_id}">
- {biticon ipackage="icons" iname="list-add" iexplain="Approve First Post" iforce="icon"}
+ {booticon iname="icon-plus-sign" ipackage="icons" iexplain="Approve First Post" iforce="icon"}
</a>
<a title="{tr}Reject First Post{/tr}" href="{$smarty.const.BOARDS_PKG_URL}view_board_inc.php?b={$board->mInfo.board_id}&amp;action=2&amp;comment_id={$thread.th_thread_id}">
- {biticon ipackage="icons" iname="list-remove" iexplain="Reject First Post" iforce="icon"}
+ {booticon iname="icon-minus-sign" ipackage="icons" iexplain="Reject First Post" iforce="icon"}
</a>
{/if}
diff --git a/templates/post_display.tpl b/templates/post_display.tpl
index abadd05..7a2ebb1 100644
--- a/templates/post_display.tpl
+++ b/templates/post_display.tpl
@@ -28,7 +28,7 @@
<div class="floaticon">
{if $print_page ne 'y' && $comment.deleted==0 }
{if !$topic_locked && $board->hasPostCommentsPermission()}
- <a href="{$comments_return_url}&amp;post_comment_reply_id={$comment.content_id}&amp;post_comment_request=1#editcomments" rel="nofollow">{biticon ipackage="icons" iname="mail-reply-sender" iexplain="Reply to this Post" iforce="icon"}</a>
+ <a href="{$comments_return_url}&amp;post_comment_reply_id={$comment.content_id}&amp;post_comment_request=1#editcomments" rel="nofollow">{booticon iname="icon-envelope-alt" ipackage="icons" iexplain="Reply to this Post" iforce="icon"}</a>
{/if}
{if !$topic_locked && $board->hasPostCommentsPermission()}
<a href="{$comments_return_url}&amp;post_comment_reply_id={$comment.content_id}&amp;post_comment_request=1&amp;quote=y#editcomments" rel="nofollow">{biticon ipackage="icons" iname="mail-reply-all" iexplain="Reply with Quote to this Post" iforce="icon"}</a>
@@ -42,15 +42,15 @@
{if $board->hasUpdatePermission() && (($comment.user_id<0 && $comment.is_approved==0)||$comment.user_id>=0) && !$comment.is_warned}
{if $comment.user_id<0 && $comment.is_approved==0}
<a title="{tr}Approve this post{/tr}" href="{$smarty.const.BOARDS_PKG_URL}view_topic_inc.php?t={$thread->mRootId}&amp;action=1&amp;comment_id={$comment.comment_id}">
- {biticon ipackage="icons" iname="list-add" iexplain="Approve Post" iforce="icon"}
+ {booticon iname="icon-plus-sign" ipackage="icons" iexplain="Approve Post" iforce="icon"}
</a>
<a title="{tr}Reject this post{/tr}" href="{$smarty.const.BOARDS_PKG_URL}view_topic_inc.php?t={$thread->mRootId}&amp;action=2&amp;comment_id={$comment.comment_id}">
- {biticon ipackage="icons" iname="list-remove" iexplain="Reject Post" iforce="icon"}
+ {booticon iname="icon-minus-sign" ipackage="icons" iexplain="Reject Post" iforce="icon"}
</a>
{elseif !$comment.is_warned && $comment.user_id>=0}
<a onclick="return BitBoards.warn( 'warn_block_{$comment.comment_id|escape:"url"}', this )" title="{tr}Warn the poster about this post{/tr}" href="{$smarty.const.BOARDS_PKG_URL}view_topic_inc.php?t={$thread->mRootId}&amp;action=3&amp;comment_id={$comment.comment_id}">
- {biticon ipackage="icons" iname="dialog-warning" iexplain="Warn Post" iforce="icon"}
+ {booticon iname="icon-warning-sign" ipackage="icons" iexplain="Warn Post" iforce="icon"}
</a>
<div class="warn_block" style="display:none;" id="warn_block_{$comment.comment_id|escape:"url"}">