diff options
| author | spiderr <spiderr@bitweaver.org> | 2022-07-30 17:01:55 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2022-07-30 17:01:55 -0400 |
| commit | 2ce6c59cf4205e8db7df72f1b66734b694a3e692 (patch) | |
| tree | 87bdeffc84264a44b3709a5dbd627cfadc09d8d6 | |
| parent | f41bb656eeeb4e5e97b0b04c761fdc7139333190 (diff) | |
| download | boards-2ce6c59cf4205e8db7df72f1b66734b694a3e692.tar.gz boards-2ce6c59cf4205e8db7df72f1b66734b694a3e692.tar.bz2 boards-2ce6c59cf4205e8db7df72f1b66734b694a3e692.zip | |
migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-
| -rw-r--r-- | includes/classes/BitBoardTopic.php | 14 | ||||
| -rw-r--r-- | templates/board_assign.tpl | 6 | ||||
| -rw-r--r-- | templates/board_table.tpl | 4 | ||||
| -rw-r--r-- | templates/boards_service_icons.tpl | 2 | ||||
| -rw-r--r-- | templates/flipswitch.tpl | 6 | ||||
| -rw-r--r-- | templates/legend_inc.tpl | 6 | ||||
| -rw-r--r-- | templates/list_posts.tpl | 8 | ||||
| -rw-r--r-- | templates/list_topics.tpl | 18 | ||||
| -rw-r--r-- | templates/menu_boards.tpl | 6 | ||||
| -rw-r--r-- | templates/post_display.tpl | 16 |
10 files changed, 43 insertions, 43 deletions
diff --git a/includes/classes/BitBoardTopic.php b/includes/classes/BitBoardTopic.php index 8983089..1f12a89 100644 --- a/includes/classes/BitBoardTopic.php +++ b/includes/classes/BitBoardTopic.php @@ -610,9 +610,9 @@ class BitBoardTopic extends LibertyMime { $flip['is_locked']['req']=2; $flip['is_locked']['id']=$arr['th_thread_id']; $flip['is_locked']['idname']='t'; - $flip['is_locked']['up']='icon-lock'; + $flip['is_locked']['up']='fa-lock'; $flip['is_locked']['upname']=tra('Thread Locked'); - $flip['is_locked']['down']='icon-unlock'; + $flip['is_locked']['down']='fa-unlock'; $flip['is_locked']['downname']=tra('Thread Unlocked'); $flip['is_locked']['perm']='p_boards_update'; @@ -620,9 +620,9 @@ class BitBoardTopic extends LibertyMime { $flip['is_sticky']['req'] = 3; $flip['is_sticky']['id']=$arr['th_thread_id']; $flip['is_sticky']['idname']='t'; - $flip['is_sticky']['up']='icon-exclamation-sign'; + $flip['is_sticky']['up']='fa-circle-exclamation'; $flip['is_sticky']['upname']=tra('Sticky Thread'); - $flip['is_sticky']['down']='icon-list'; + $flip['is_sticky']['down']='fa-list-ul'; $flip['is_sticky']['downname']=tra('Non Sticky Thread'); $flip['is_sticky']['perm']='p_boards_update'; @@ -631,7 +631,7 @@ class BitBoardTopic extends LibertyMime { $flip['notify']['req']=5; $flip['notify']['id']=$arr['th_thread_id']; $flip['notify']['idname']='t'; - $flip['notify']['up']='icon-bell-alt'; + $flip['notify']['up']='fa-bell'; $flip['notify']['upname']=tra('Reply Notification'); $flip['notify']['down']='icon-bell'; $flip['notify']['downname']=tra('Reply Notification Disabled'); @@ -642,9 +642,9 @@ class BitBoardTopic extends LibertyMime { $flip['new']['req']=4; $flip['new']['id']=$arr['th_thread_id']; $flip['new']['idname']='t'; - $flip['new']['up']='icon-asterisk'; + $flip['new']['up']='fa-asterisk'; $flip['new']['upname']=tra('New Posts'); -// $flip['new']['down']='icon-comment-alt'; +// $flip['new']['down']='fa-comment'; // $flip['new']['downname']=tra('No new posts'); $flip['new']['perm']='p_boards_read'; } diff --git a/templates/board_assign.tpl b/templates/board_assign.tpl index cacd5f1..4867e38 100644 --- a/templates/board_assign.tpl +++ b/templates/board_assign.tpl @@ -47,7 +47,7 @@ {if $board.map} {capture assign=title} {if ! $board.integrity} - {booticon iname="icon-warning-sign" iexplain="Integrity Check Failed"} + {booticon iname="fa-triangle-exclamation" 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}"> - {booticon iname="icon-warning-sign" ipackage="icons" ipath="large" iexplain="Fix Integrity"} + {booticon iname="fa-triangle-exclamation" iexplain="Fix Integrity"} </a> </div> {formfeedback warning="Integrity Check Failed"} @@ -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}">{booticon iname="icon-trash" ipackage="icons" 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="fa-trash" iexplain="Remove from board"}</a> </td> </tr> {/foreach} diff --git a/templates/board_table.tpl b/templates/board_table.tpl index 29e559c..6f425a6 100644 --- a/templates/board_table.tpl +++ b/templates/board_table.tpl @@ -18,9 +18,9 @@ {* topic tracking icons *} <td> {if $board.track.on && $board.track.mod} - {booticon iname="icon-asterisk" ipackage="icons" ipath="large" iexplain="New Posts" iforce="icon"} + {booticon iname="fa-asterisk" iexplain="New Posts"} {else} - {booticon iname="icon-asterisk" ipackage="icons" ipath="large" iexplain="New Posts" iforce="icon"} + {booticon iname="fa-asterisk" iexplain="New Posts"} {/if} <strong><a href="{$board.url}" title="{$board_title}">{$board_title}</a></strong> <div class="desc"> {$board.parsed_data} diff --git a/templates/boards_service_icons.tpl b/templates/boards_service_icons.tpl index 0c6d9a3..de8c7b0 100644 --- a/templates/boards_service_icons.tpl +++ b/templates/boards_service_icons.tpl @@ -1,3 +1,3 @@ {if $boardInfo.board_id} - <a title="{tr}Discussion{/tr}" href="{$smarty.const.BOARDS_PKG_URL}?b={$boardInfo.board_id}&filter_id={$gContent->mContentId}">{booticon ipackage="boards" iname="icon-comments" iexplain="Discuss"} [<strong>{$boardInfo.post_count}</strong>]</a> + <a title="{tr}Discussion{/tr}" href="{$smarty.const.BOARDS_PKG_URL}?b={$boardInfo.board_id}&filter_id={$gContent->mContentId}">{booticon ipackage="boards" iname="fa-comments" iexplain="Discuss"} [<strong>{$boardInfo.post_count}</strong>]</a> {/if} diff --git a/templates/flipswitch.tpl b/templates/flipswitch.tpl index 922eab2..2331fcc 100644 --- a/templates/flipswitch.tpl +++ b/templates/flipswitch.tpl @@ -14,13 +14,13 @@ $flip_downname=>$flip.$flip_name.downname {if $gContent->hasUserPermission( $flip.$flip_name.perm )} <a href="{$smarty.const.BOARDS_PKG_URL}edit_topic.php?{$flip.$flip_name.idname}={$flip.$flip_name.id|escape:"url"}&{$flip_name}={$flip.$flip_name.state|escape:"url"}" /> {if $flip.$flip_name.state==1} - {booticon ipackage=icons iname=$flip.$flip_name.up iexplain=$flip.$flip_name.upname iforce="icon"} + {booticon ipackage=icons iname=$flip.$flip_name.up iexplain=$flip.$flip_name.upname} {else} - {booticon ipackage=icons iname=$flip.$flip_name.down iexplain=$flip.$flip_name.downname iforce="icon"} + {booticon ipackage=icons iname=$flip.$flip_name.down iexplain=$flip.$flip_name.downname} {/if} </a> {elseif $flip.$flip_name.state==1} - {booticon ipackage=icons iname=$flip.$flip_name.up iexplain=$flip.$flip_name.upname iforce="icon"} + {booticon iname=$flip.$flip_name.up iexplain=$flip.$flip_name.upname} {/if} </span> {/strip} diff --git a/templates/legend_inc.tpl b/templates/legend_inc.tpl index be1d11a..9d90f71 100644 --- a/templates/legend_inc.tpl +++ b/templates/legend_inc.tpl @@ -2,9 +2,9 @@ {if $topicicons} <div class="alert alert-info"> <ul class="list-inline list-unstyled"> - <li>{booticon iname="icon-lock" ipackage="icons" ipath=large iexplain="Thread Closed" iforce="icon"} {tr}Thread Closed{/tr}</li> - <li>{booticon iname="icon-exclamation-sign" ipackage="icons" ipath=large iexplain="Sticky" iforce="icon"} {tr}Sticky{/tr}</li> - <li>{booticon iname="icon-asterisk" ipackage="icons" ipath=large iexplain="New Posts" iforce="icon"} {tr}New Posts{/tr}</li> + <li>{booticon iname="fa-lock" iexplain="Thread Closed"} {tr}Thread Closed{/tr}</li> + <li>{booticon iname="fa-circle-exclamation" iexplain="Sticky"} {tr}Sticky{/tr}</li> + <li>{booticon iname="fa-asterisk" iexplain="New Posts"} {tr}New Posts{/tr}</li> </ul> </div> {/if} diff --git a/templates/list_posts.tpl b/templates/list_posts.tpl index 3d3cedd..e65857c 100644 --- a/templates/list_posts.tpl +++ b/templates/list_posts.tpl @@ -15,7 +15,7 @@ {* always go back to page 1 since changing any of these values repaginates and makes the current page number meaningless *} <input type="hidden" name="comment_page" value="1" /> - <i class="icon-sort"></i> <select name="comments_sort_mode" id="comments-sort"> + <i class="fa fal fa-sort"></i> <select name="comments_sort_mode" id="comments-sort"> <option value="commentDate_desc" {if $comments_sort_mode eq "commentDate_desc"}selected="selected"{/if}>{tr}Newest{/tr}</option> <option value="commentDate_asc" {if $comments_sort_mode eq "commentDate_asc"}selected="selected"{/if}>{tr}Oldest{/tr}</option> </select> @@ -36,7 +36,7 @@ </label> {/form} {if $gBitSystem->isPackageActive( 'rss' )} - <a title="{tr}Get RSS Feed{/tr}" href="{$smarty.const.BOARDS_PKG_URL}rss.php?t={$smarty.request.t}">{booticon iname="icon-rss" ipackage=rss iexplain="Get RSS Feed"}</a> + <a title="{tr}Get RSS Feed{/tr}" href="{$smarty.const.BOARDS_PKG_URL}rss.php?t={$smarty.request.t}">{booticon iname="fa-rss" iexplain="Get RSS Feed"}</a> {/if} {assign var=flip value=$thread->getFlipFlop()} {foreach from=$flip item=flip_s key=flip_name} @@ -54,7 +54,7 @@ <div class="body"> {if !$topic_locked && $board->hasPostCommentsPermission()} <div class="form-group submit"> - <a title="{tr}Post Reply{/tr}" class="btn btn-default" href="{$comments_return_url}&post_comment_reply_id={$thread->mInfo.flc_content_id}&post_comment_request=1#editcomments">{booticon iname="icon-comment-alt" ipackage="icons" iexplain="Post Reply" iforce="icon"} {tr}Post Reply{/tr}</a> + <a title="{tr}Post Reply{/tr}" class="btn btn-default" href="{$comments_return_url}&post_comment_reply_id={$thread->mInfo.flc_content_id}&post_comment_request=1#editcomments">{booticon iname="fa-comment" iexplain="Post Reply"} {tr}Post Reply{/tr}</a> </div> {/if} @@ -82,7 +82,7 @@ {if !$topic_locked && $board->hasPostCommentsPermission()} <div class="form-group submit"> - <a title="{tr}Post Reply{/tr}" class="btn btn-default" href="{$comments_return_url}&post_comment_reply_id={$thread->mInfo.flc_content_id}&post_comment_request=1#editcomments">{booticon iname="icon-comment-alt" ipackage="icons" iexplain="Post Reply" iforce="icon"} {tr}Post Reply{/tr}</a> + <a title="{tr}Post Reply{/tr}" class="btn btn-default" href="{$comments_return_url}&post_comment_reply_id={$thread->mInfo.flc_content_id}&post_comment_request=1#editcomments">{booticon iname="fa-comment" iexplain="Post Reply"} {tr}Post Reply{/tr}</a> </div> {/if} diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl index efb6e45..ea0e151 100644 --- a/templates/list_topics.tpl +++ b/templates/list_topics.tpl @@ -11,16 +11,16 @@ {if $print_page ne 'y'} {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$board->mInfo} {if $board->getPreference('boards_mailing_list') || $board->hasAdminPermission()} - <a class="item" href="{$smarty.const.BOARDS_PKG_URL}mailing_list.php?b={$board->mInfo.board_id}" title="{tr}Message Board Mailing List{/tr}">{booticon ipackage="icons" iname="icon-envelope" iexplain="Edit Board Mailing List"}</a> + <a class="item" href="{$smarty.const.BOARDS_PKG_URL}mailing_list.php?b={$board->mInfo.board_id}" title="{tr}Message Board Mailing List{/tr}">{booticon iname="fa-envelope" iexplain="Edit Board Mailing List"}</a> {/if} {if $gBitSystem->isPackageActive( 'rss' )} - <a title="{tr}Get RSS Feed{/tr}" href="{$smarty.const.BOARDS_PKG_URL}rss.php?b={$smarty.request.b}">{booticon iname="icon-rss" ipackage=rss iexplain="Get RSS Feed"}</a> + <a title="{tr}Get RSS Feed{/tr}" href="{$smarty.const.BOARDS_PKG_URL}rss.php?b={$smarty.request.b}">{booticon iname="fa-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}">{booticon iname="icon-edit" ipackage="icons" 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="fa-pen-to-square" 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}">{booticon iname="icon-trash" ipackage="icons" 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="fa-trash" iexplain="Remove Message Board"}</a> {/if} {/if}<!-- end print_page --> {*if $board->hasPostCommentsPermission()} @@ -66,7 +66,7 @@ <td style="white-space:nowrap;">{* topic status icons *} {if $thread.th_moved>0} - {booticon ipackage="icons" iname="icon-share" iexplain="Moved Topic"} + {booticon ipackage="icons" iname="fa-share" iexplain="Moved Topic"} {else} {assign var=flip value=$thread.flip} {foreach from=$flip item=flip_s key=flip_name} @@ -96,18 +96,18 @@ {* 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}&action=1&comment_id={$thread.th_thread_id}"> - {booticon iname="icon-plus-sign" ipackage="icons" iexplain="Approve First Post" iforce="icon"} + {booticon iname="fa-circle-plus" iexplain="Approve First Post"} </a> <a title="{tr}Reject First Post{/tr}" href="{$smarty.const.BOARDS_PKG_URL}view_board_inc.php?b={$board->mInfo.board_id}&action=2&comment_id={$thread.th_thread_id}"> - {booticon iname="icon-minus-sign" ipackage="icons" iexplain="Reject First Post" iforce="icon"} + {booticon iname="fa-circle-minus" iexplain="Reject First Post"} </a> {/if} {if $thread.th_moved==0 && $board->hasAdminPermission()} {*smartlink ititle="Edit" ifile="edit.php" ibiticon="liberty/edit" board_id=$thread.board_id*} <a href="{$smarty.const.BOARDS_PKG_URL}topic_move.php?t={$thread.th_thread_id|escape:"url"}" - title="{tr}Move Thread{/tr}">{booticon ipackage=icons iname="icon-share" 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"}">{booticon iname="icon-trash" ipackage="icons" iexplain="Delete Thread" iforce="icon"}</a> + title="{tr}Move Thread{/tr}">{booticon iname="fa-share" iexplain="Move Thread"} + </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="fa-trash" iexplain="Delete Thread"}</a> {/if} </td> diff --git a/templates/menu_boards.tpl b/templates/menu_boards.tpl index 6ce94ca..09ca341 100644 --- a/templates/menu_boards.tpl +++ b/templates/menu_boards.tpl @@ -2,11 +2,11 @@ {if $packageMenuTitle}<a class="dropdown-toggle" data-toggle="dropdown" href="#"> {tr}{$packageMenuTitle}{/tr} <b class="caret"></b></a>{/if} <ul class="{$packageMenuClass}"> {if $gBitUser->hasPermission( 'p_boards_read')} - <li><a class="item" href="{$smarty.const.BOARDS_PKG_URL}index.php">{booticon iname="icon-home" ipackage="icons" iexplain="Browse `$smarty.const.BOARDS_PKG_DIR`" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.BOARDS_PKG_URL}index.php">{booticon iname="fa-house" iexplain="Browse `$smarty.const.BOARDS_PKG_DIR`"}</a></li> {/if} {if $gBitUser->hasPermission( 'p_boards_create')} - <li><a class="item" href="{$smarty.const.BOARDS_PKG_URL}edit.php">{booticon iname="icon-folder-close" ipackage="icons" iexplain="Create new `$smarty.const.BOARDS_PKG_DIR`" ilocation=menu}</a></li> - <li><a class="item" href="{$smarty.const.BOARDS_PKG_URL}assign.php">{booticon iname="icon-circle-arrow-right" ipackage="icons" iexplain="Assign to `$smarty.const.BOARDS_PKG_DIR`" ilocation=menu}</a></li> + <li><a class="item" href="{$smarty.const.BOARDS_PKG_URL}edit.php">{booticon iname="fa-folder-closed" iexplain="Create new `$smarty.const.BOARDS_PKG_DIR`"}</a></li> + <li><a class="item" href="{$smarty.const.BOARDS_PKG_URL}assign.php">{booticon iname="fa-circle-arrow-right" iexplain="Assign to `$smarty.const.BOARDS_PKG_DIR`"}</a></li> {/if} </ul> {/strip} diff --git a/templates/post_display.tpl b/templates/post_display.tpl index a50083e..383d949 100644 --- a/templates/post_display.tpl +++ b/templates/post_display.tpl @@ -27,29 +27,29 @@ <div class="floaticon"> {if $print_page ne 'y' && $comment.deleted==0 } {if !$topic_locked && $board->hasPostCommentsPermission()} - <a href="{$comments_return_url}&post_comment_reply_id={$comment.content_id}&post_comment_request=1#editcomments" rel="nofollow">{booticon iname="icon-comment-alt" ipackage="icons" iexplain="Reply to this Post" iforce="icon"}</a> + <a href="{$comments_return_url}&post_comment_reply_id={$comment.content_id}&post_comment_request=1#editcomments" rel="nofollow">{booticon iname="fa-comment" iexplain="Reply to this Post"}</a> {/if} {if !$topic_locked && $board->hasPostCommentsPermission()} - <a href="{$comments_return_url}&post_comment_reply_id={$comment.content_id}&post_comment_request=1&quote=y#editcomments" rel="nofollow">{booticon ipackage="icons" iname="icon-comment" iexplain="Reply with Quote to this Post" iforce="icon"}</a> + <a href="{$comments_return_url}&post_comment_reply_id={$comment.content_id}&post_comment_request=1&quote=y#editcomments" rel="nofollow">{booticon iname="fa-comment" iexplain="Reply with Quote to this Post"}</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">{booticon iname="icon-edit" ipackage="icons" 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="fa-pen-to-square" iexplain="Edit"}</a> {/if} {if $board->hasUserPermission( 'p_liberty_admin_comments' )} - <a href="{$comments_return_url}&delete_comment_id={$comment.comment_id}" rel="nofollow">{booticon iname="icon-trash" ipackage="icons" iexplain="Remove" iforce="icon"}</a> + <a href="{$comments_return_url}&delete_comment_id={$comment.comment_id}" rel="nofollow">{booticon iname="fa-trash" iexplain="Remove"}</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} <a title="{tr}Approve this post{/tr}" href="{$smarty.const.BOARDS_PKG_URL}view_topic_inc.php?t={$thread->mRootId}&action=1&comment_id={$comment.comment_id}"> - {booticon iname="icon-plus-sign" ipackage="icons" iexplain="Approve Post" iforce="icon"} + {booticon iname="fa-circle-plus" iexplain="Approve Post"} </a> <a title="{tr}Reject this post{/tr}" href="{$smarty.const.BOARDS_PKG_URL}view_topic_inc.php?t={$thread->mRootId}&action=2&comment_id={$comment.comment_id}"> - {booticon iname="icon-minus-sign" ipackage="icons" iexplain="Reject Post" iforce="icon"} + {booticon iname="fa-circle-minus" iexplain="Reject Post"} </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}&action=3&comment_id={$comment.comment_id}"> - {booticon iname="icon-warning-sign" ipackage="icons" iexplain="Warn Post" iforce="icon"} + {booticon iname="fa-triangle-exclamation" iexplain="Warn Post"} </a> <div class="warn_block" style="display:none;" id="warn_block_{$comment.comment_id|escape:"url"}"> @@ -113,7 +113,7 @@ '); return false; " href="{$thread_mInfo.display_url}&warning[{$comment_id}]={if empty($warnings.$comment_id)}show{else}hide{/if}" - >{booticon ipackage="icons" iname="icon-warning-sign" iexplain="Warned Post"}</a> + >{booticon iname="fa-triangle-exclamation" iexplain="Warned Post"}</a> <div id="warned_message_{$comment.comment_id|escape:"url"}"> {if !empty($warnings.$comment_id)}{$comment.warned_message}{/if} |
