diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 13:33:27 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 13:33:27 -0400 |
| commit | 6e729fd708fb0d15741294bc0f57b8e19202231a (patch) | |
| tree | b4b8140d5b5eabcd55b2c079ed505b18dc9c7ee8 | |
| parent | f9d2388b287b8f412f0ebeee55013997421e9dd1 (diff) | |
| download | boards-6e729fd708fb0d15741294bc0f57b8e19202231a.tar.gz boards-6e729fd708fb0d15741294bc0f57b8e19202231a.tar.bz2 boards-6e729fd708fb0d15741294bc0f57b8e19202231a.zip | |
convert lots of biticon to booticon
| -rw-r--r-- | templates/board_assign.tpl | 2 | ||||
| -rw-r--r-- | templates/legend_inc.tpl | 2 | ||||
| -rw-r--r-- | templates/list_topics.tpl | 6 | ||||
| -rw-r--r-- | templates/menu_boards.tpl | 6 | ||||
| -rw-r--r-- | templates/post_display.tpl | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/templates/board_assign.tpl b/templates/board_assign.tpl index d9a50d5..9a0698d 100644 --- a/templates/board_assign.tpl +++ b/templates/board_assign.tpl @@ -78,7 +78,7 @@ <td style="text-align:right">{$mapping.thread_count}</td> <td class="actionicon"> <input type="checkbox" name="remove[{$board.board_id}][{$mapping.t_content_id}]" value="1" /> - <a title="{tr}Remove from board{/tr}" href="{$smarty.const.BOARDS_PKG_URL}assign.php?remove[{$board.board_id}][{$mapping.t_content_id}]=1#board{$smarty.foreach.board_loop.iteration}">{biticon ipackage="icons" iname="edit-delete" iexplain="Remove from board"}</a> + <a title="{tr}Remove from board{/tr}" href="{$smarty.const.BOARDS_PKG_URL}assign.php?remove[{$board.board_id}][{$mapping.t_content_id}]=1#board{$smarty.foreach.board_loop.iteration}">{booticon iname="icon-trash" ipackage="icons" iexplain="Remove from board"}</a> </td> </tr> {/foreach} diff --git a/templates/legend_inc.tpl b/templates/legend_inc.tpl index f060ef8..8ecdda6 100644 --- a/templates/legend_inc.tpl +++ b/templates/legend_inc.tpl @@ -1,7 +1,7 @@ {strip} <ul class="iconlegend"> {if $topicicons} - <li>{biticon ipackage="icons" iname="emblem-readonly" ipath=large iexplain="Thread Closed" iforce="icon"} {tr}Thread Closed{/tr}</li> + <li>{booticon iname="icon-lock" ipackage="icons" ipath=large iexplain="Thread Closed" iforce="icon"} {tr}Thread Closed{/tr}</li> <li>{biticon ipackage="icons" iname="emblem-important" ipath=large iexplain="Sticky" iforce="icon"} {tr}Sticky{/tr}</li> <li>{biticon ipackage="icons" iname="folder-new" ipath=large iexplain="New Posts" iforce="icon"} {tr}New Posts{/tr}</li> {/if} diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl index 5ab53ab..599c58a 100644 --- a/templates/list_topics.tpl +++ b/templates/list_topics.tpl @@ -17,10 +17,10 @@ <a title="{tr}Get RSS Feed{/tr}" href="{$smarty.const.BOARDS_PKG_URL}rss.php?b={$smarty.request.b}">{biticon iname="rss-16x16" ipackage=rss iexplain="Get RSS Feed"}</a> {/if} {if $board->hasUpdatePermission()} - <a title="{tr}Edit message board{/tr}" href="{$smarty.const.BOARDS_PKG_URL}edit.php?b={$board->mInfo.board_id}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="Edit Message Board"}</a> + <a title="{tr}Edit message board{/tr}" href="{$smarty.const.BOARDS_PKG_URL}edit.php?b={$board->mInfo.board_id}">{booticon iname="icon-edit" ipackage="icons" iexplain="Edit Message Board"}</a> {/if} {if $board->hasUserPermission( 'p_boards_remove', TRUE, TRUE )} - <a title="{tr}Remove message board{/tr}" href="{$smarty.const.BOARDS_PKG_URL}edit.php?remove=1&b={$board->mInfo.board_id}">{biticon ipackage="icons" iname="edit-delete" iexplain="Remove Message Board"}</a> + <a title="{tr}Remove message board{/tr}" href="{$smarty.const.BOARDS_PKG_URL}edit.php?remove=1&b={$board->mInfo.board_id}">{booticon iname="icon-trash" ipackage="icons" iexplain="Remove Message Board"}</a> {/if} {/if}<!-- end print_page --> </div><!-- end .floaticon --> @@ -111,7 +111,7 @@ <a href="{$smarty.const.BOARDS_PKG_URL}topic_move.php?t={$thread.th_thread_id|escape:"url"}" title="{tr}Move Thread{/tr}">{biticon ipackage=icons iname="go-jump" iexplain="Move Thread" iforce="icon"} </a> - <a title="{tr}Delete Topic{/tr}" href="{$smarty.const.BOARDS_PKG_URL}edit_topic.php?remove=1&t={$thread.th_thread_id|escape:"url"}">{biticon ipackage="icons" iname="edit-delete" iexplain="Delete Thread" iforce="icon"}</a> + <a title="{tr}Delete Topic{/tr}" href="{$smarty.const.BOARDS_PKG_URL}edit_topic.php?remove=1&t={$thread.th_thread_id|escape:"url"}">{booticon iname="icon-trash" ipackage="icons" iexplain="Delete Thread" iforce="icon"}</a> {else} {biticon ipackage=liberty iname=spacer iforce="icon"} {biticon ipackage=liberty iname=spacer iforce="icon"} diff --git a/templates/menu_boards.tpl b/templates/menu_boards.tpl index 52c7fcc..c341e5a 100644 --- a/templates/menu_boards.tpl +++ b/templates/menu_boards.tpl @@ -1,11 +1,11 @@ {strip} <ul> {if $gBitUser->hasPermission( 'p_boards_read')} - <li><a class="item" href="{$smarty.const.BOARDS_PKG_URL}index.php">{biticon ipackage="icons" iname="go-home" iexplain="Boards Home" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.BOARDS_PKG_URL}index.php">{booticon iname="icon-home" ipackage="icons" iexplain="Boards Home" ilocation=menu}</a></li> {/if} {if $gBitUser->hasPermission( 'p_boards_create')} - <li><a class="item" href="{$smarty.const.BOARDS_PKG_URL}edit.php">{biticon ipackage="icons" iname="folder-new" iexplain="Create new Board" ilocation=menu}</a></li> - <li><a class="item" href="{$smarty.const.BOARDS_PKG_URL}assign.php">{biticon ipackage="icons" iname="emblem-symbolic-link" iexplain="Assign to Boards" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.BOARDS_PKG_URL}edit.php">{biticon iname="folder-new" ipackage="icons" iexplain="Create new Board" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.BOARDS_PKG_URL}assign.php">{biticon iname="emblem-symbolic-link" ipackage="icons" iexplain="Assign to Boards" ilocation=menu}</a></li> {/if} </ul> {/strip} diff --git a/templates/post_display.tpl b/templates/post_display.tpl index 5f7e500..abadd05 100644 --- a/templates/post_display.tpl +++ b/templates/post_display.tpl @@ -34,10 +34,10 @@ <a href="{$comments_return_url}&post_comment_reply_id={$comment.content_id}&post_comment_request=1&quote=y#editcomments" rel="nofollow">{biticon ipackage="icons" iname="mail-reply-all" iexplain="Reply with Quote to this Post" iforce="icon"}</a> {/if} {if $comment.is_editable || $gContent->hasUserPermission('p_liberty_edit_comments')} - <a href="{$comments_return_url}&post_comment_id={$comment.comment_id}&post_comment_request=1#editcomments" rel="nofollow">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="Edit" iforce="icon"}</a> + <a href="{$comments_return_url}&post_comment_id={$comment.comment_id}&post_comment_request=1#editcomments" rel="nofollow">{booticon iname="icon-edit" ipackage="icons" iexplain="Edit" iforce="icon"}</a> {/if} {if $board->hasUserPermission( 'p_liberty_admin_comments' )} - <a href="{$comments_return_url}&delete_comment_id={$comment.comment_id}" rel="nofollow">{biticon ipackage="icons" iname="edit-delete" iexplain="Remove" iforce="icon"}</a> + <a href="{$comments_return_url}&delete_comment_id={$comment.comment_id}" rel="nofollow">{booticon iname="icon-trash" ipackage="icons" iexplain="Remove" iforce="icon"}</a> {/if} {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} |
