Skip to content

Commit

Permalink
Update from Font-Awesome 3 to Font-Awesome 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre-T committed Jan 5, 2014
1 parent 4cc123c commit 526b65b
Show file tree
Hide file tree
Showing 82 changed files with 508 additions and 872 deletions.
2 changes: 1 addition & 1 deletion phpBBBootstrap/template/captcha_qa.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h3>{L_CONFIRMATION}</h3>
<label class="control-label {$CAPTCHA_COL_LABEL}" for="answer">{QA_CONFIRM_QUESTION}</label>
<div class="{$CAPTCHA_COL_INPUT}">
<div class="input-group">
<span class="input-group-addon"><i class="icon-question"></i></span>
<span class="input-group-addon"><i class="fa fa-question"></i></span>
<input type="text" tabindex="{$CAPTCHA_TAB_INDEX}" name="qa_answer" id="answer" size="45" class="form-control" title="{L_ANSWER}" />
</div>
<p class="help-block"><em>{L_CONFIRM_QUESTION_EXPLAIN}</em></p>
Expand Down
4 changes: 2 additions & 2 deletions phpBBBootstrap/template/custom_profile_fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- BEGIN string -->
<div class="input-group">
<div class="input-group-addon"><i class="icon-align-justify"></i></div>
<div class="input-group-addon"><i class="fa fa-align-justify"></i></div>
<input class="form-control" type="text" name="{string.FIELD_IDENT}" id="{string.FIELD_IDENT}" maxlength="{string.FIELD_MAXLEN}" value="{string.FIELD_VALUE}" />
</div>
<!-- END string -->
Expand All @@ -29,7 +29,7 @@

<!-- BEGIN int -->
<div class="input-group">
<div class="input-group-addon"><i class="icon-list-ol"></i></div>
<div class="input-group-addon"><i class="fa fa-list-ol"></i></div>
<input class="form-control" type="text" name="{int.FIELD_IDENT}" id="{int.FIELD_IDENT}" value="{int.FIELD_VALUE}" />
</div>
<!-- END int -->
Expand Down
4 changes: 2 additions & 2 deletions phpBBBootstrap/template/drafts.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ <h4>{L_LOAD_DRAFT}</h4>
<td>{draftrow.DATE}</td>
<td>
<span class="btn-group pull-right">
<a href="{draftrow.U_INSERT}" title="{L_LOAD_DRAFT}" class="btn btn-default"><i class="icon-download-alt"></i></a>
<!-- IF draftrow.S_LINK_TOPIC --><a class="btn btn-default" href="{draftrow.U_VIEW}" title="{L_READ_TOPIC}"><i class="icon-eye-open"></i></a>
<a href="{draftrow.U_INSERT}" title="{L_LOAD_DRAFT}" class="btn btn-default"><i class="fa fa-download"></i></a>
<!-- IF draftrow.S_LINK_TOPIC --><a class="btn btn-default" href="{draftrow.U_VIEW}" title="{L_READ_TOPIC}"><i class="fa fa-eye"></i></a>
<!-- ENDIF -->
</span>
</td>
Expand Down
2 changes: 1 addition & 1 deletion phpBBBootstrap/template/faq_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2 class="majeur">{L_FAQ_TITLE}</h2>
<div class="container">
<h3>{faq_block.BLOCK_TITLE}</h3>
<!-- BEGIN faq_row -->
<div class="pull-right"><a class="btn btn-default btn-xs" href="#faqlinks" class="top2"><i class="icon-double-angle-up"></i></a></div>
<div class="pull-right"><a class="btn btn-default btn-xs" href="#faqlinks" class="top2"><i class="fa fa-angle-double-up"></i></a></div>
<h4 id="f{faq_block.S_ROW_COUNT}r{faq_block.faq_row.S_ROW_COUNT}">{faq_block.faq_row.FAQ_QUESTION}</h4>
<p class="text-justify">
{faq_block.faq_row.FAQ_ANSWER}
Expand Down
10 changes: 5 additions & 5 deletions phpBBBootstrap/template/forum_actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
<div class="col-xs-4">
<!-- IF not S_IS_BOT and S_DISPLAY_POST_INFO -->
<!-- IF S_IS_LOCKED -->
<a class="btn btn-danger" href="{U_POST_NEW_TOPIC}"><i class="icon-lock"></i> {L_FORUM_LOCKED}</a>
<a class="btn btn-danger" href="{U_POST_NEW_TOPIC}"><i class="fa fa-lock"></i> {L_FORUM_LOCKED}</a>
<!-- ELSE -->
<a class="btn btn-default" href="{U_POST_NEW_TOPIC}"><i class="icon-file"></i> {L_POST_TOPIC}</a>
<a class="btn btn-default" href="{U_POST_NEW_TOPIC}"><i class="fa fa-file"></i> {L_POST_TOPIC}</a>
<!-- ENDIF -->
<!-- ENDIF -->
</div>
<div class="col-xs-8 text-right">
<!-- IF PAGINATION or TOTAL_POSTS or TOTAL_TOPICS -->
<div class="btn-group {$ALTITUDE}">
<!-- IF S_VIEWTOPIC -->
<a href="{U_VIEW_FORUM}" class="btn btn-default btn-xs {S_CONTENT_FLOW_BEGIN} tooltip-link" accesskey="r" title="{L_RETURN_TO} {FORUM_NAME}"><i class="icon-reply"></i></a>
<a href="{U_VIEW_FORUM}" class="btn btn-default btn-xs {S_CONTENT_FLOW_BEGIN} tooltip-link" accesskey="r" title="{L_RETURN_TO} {FORUM_NAME}"><i class="fa fa-reply"></i></a>
<!-- ELSEIF S_VIEWFORUM -->
<a href="{U_INDEX}" class="btn btn-default btn-xs {S_CONTENT_FLOW_BEGIN} tooltip-link" title=" {L_RETURN_TO} {L_INDEX}" accesskey="r"><i class="icon-reply"></i></a>
<a href="{U_INDEX}" class="btn btn-default btn-xs {S_CONTENT_FLOW_BEGIN} tooltip-link" title=" {L_RETURN_TO} {L_INDEX}" accesskey="r"><i class="fa fa-reply"></i></a>
<!-- ELSEIF SEARCH_TOPIC -->
<a class="btn btn-default btn-xs {S_CONTENT_FLOW_BEGIN} tooltip-link" href="{U_SEARCH_TOPIC}" accesskey="r">{L_RETURN_TO}: {SEARCH_TOPIC}</a>
<!-- ELSEIF S_SEARCH_ACTION -->
<a class="btn btn-default btn-xs {S_CONTENT_FLOW_BEGIN} tooltip-link" href="{U_SEARCH}" title="{L_SEARCH_ADV}" accesskey="r">{L_RETURN_TO_SEARCH_ADV}</a>
<!-- ENDIF -->
<!-- IF not S_IS_BOT and U_MARK_TOPICS -->
<a class="btn btn-default btn-xs tooltip-link" title="{L_MARK_TOPICS_READ}" href="{U_MARK_TOPICS}" accesskey="m"><i class="icon-check"></i> <span class="sr-only">{L_MARK_TOPICS_READ}</span></a>
<a class="btn btn-default btn-xs tooltip-link" title="{L_MARK_TOPICS_READ}" href="{U_MARK_TOPICS}" accesskey="m"><i class="fa fa-check-square-o"></i> <span class="sr-only">{L_MARK_TOPICS_READ}</span></a>
<!-- ENDIF -->
</div>
<!-- INCLUDE pagination.html -->
Expand Down
16 changes: 8 additions & 8 deletions phpBBBootstrap/template/forumlist_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
<td class="col-md-8">
<!-- Boutons de droite -->
<span class="btn-group pull-right">
<!-- IF forumrow.U_UNAPPROVED_TOPICS --><a class="btn btn-xs btn-warning" href="{forumrow.U_UNAPPROVED_TOPICS}"><i class="icon-bell"></i></a><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><a class="btn btn-default btn-xs pull-right tooltip-link" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><i class="icon-rss"></i> <span class="sr-only">{L_FEED} - {forumrow.FORUM_NAME}</span></a><!-- ENDIF -->
<!-- IF forumrow.U_UNAPPROVED_TOPICS --><a class="btn btn-xs btn-warning" href="{forumrow.U_UNAPPROVED_TOPICS}"><i class="fa fa-bell"></i></a><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><a class="btn btn-default btn-xs pull-right tooltip-link" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><i class="fa fa-rss"></i> <span class="sr-only">{L_FEED} - {forumrow.FORUM_NAME}</span></a><!-- ENDIF -->
</span>

<span class="pull-left forum-button">
<a href="{forumrow.U_VIEWFORUM}" class="btn btn-lg <!-- IF forumrow.S_UNREAD_FORUM -->btn-info<!-- ELSE -->btn-default<!-- ENDIF --> tooltip-link" title="{forumrow.FORUM_FOLDER_IMG_ALT}">
<!-- IF forumrow.S_IS_LINK -->
<i class="icon-globe icon-large"></i>
<i class="fa fa-globe fa-lg"></i>
<!-- ELSEIF forumrow.S_LOCKED_FORUM -->
<i class="icon-lock icon-large"></i>
<i class="fa fa-lock fa-lg"></i>
<!-- ELSEIF forumrow.FORUM_ICON -->
<i class="{forumrow.FORUM_ICON} icon-large"></i>
<i class="{forumrow.FORUM_ICON} fa-lg"></i>
<!-- ELSE -->
<i class="icon-file-alt icon-large"></i>
<i class="fa fa-file-text-o fa-lg"></i>
<!-- ENDIF -->
</a>
</span>
Expand All @@ -61,7 +61,7 @@
<td class="hidden-xs forum-posts"><span class="badge">{forumrow.POSTS}</span> <dfn class="sr-only">{L_POSTS}</dfn></td>
<td class="hidden-xs forum-lastpost">
<!-- IF forumrow.LAST_POST_TIME and not S_IS_BOT -->
<a class="tooltip-link" href="{forumrow.U_LAST_POST}" title="{L_LAST_POST}"><i class="icon-mail-forward"></i><dfn class="sr-only">{L_LAST_POST}</dfn></a>
<a class="tooltip-link" href="{forumrow.U_LAST_POST}" title="{L_LAST_POST}"><i class="fa fa-mail-forward"></i><dfn class="sr-only">{L_LAST_POST}</dfn></a>
<!-- ENDIF -->
<!-- IF forumrow.LAST_POST_TIME -->
{L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
Expand All @@ -83,7 +83,7 @@
<div class="alert alert-info">
<div class=" row">
<div class="col-md-1">
<i class="icon-exclamation-sign icon-3x"></i>
<i class="fa fa-exclamation-circle fa-4x"></i>
</div>
<div class="col-md-11">
<a class="close" data-dismiss="alert" href="#">&times;</a>
Expand Down
10 changes: 5 additions & 5 deletions phpBBBootstrap/template/index_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- INCLUDE forumlist_body.html -->
<!-- IF ! S_USER_LOGGED_IN and not S_IS_BOT -->
<hr/>
<h4><a href="{U_LOGIN_LOGOUT}"><i class="icon-signin"></i> {L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED -->&nbsp; &bull; &nbsp;<a href="{U_REGISTER}"><i class="icon-pencil"></i> {L_REGISTER}</a><!-- ENDIF --></h4>
<h4><a href="{U_LOGIN_LOGOUT}"><i class="fa fa-sign-in"></i> {L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED -->&nbsp; &bull; &nbsp;<a href="{U_REGISTER}"><i class="fa fa-sign-in fa-rotate-270"></i> {L_REGISTER}</a><!-- ENDIF --></h4>
<form method="post" action="{S_LOGIN_ACTION}" class="form-inline">
<div class="form-group">
<label class="sr-only" for="username">{L_USERNAME}</label>
Expand All @@ -15,7 +15,7 @@ <h4><a href="{U_LOGIN_LOGOUT}"><i class="icon-signin"></i> {L_LOGIN_LOGOUT}</a><
<div class="form-group">
<!-- IF S_AUTOLOGIN_ENABLED -->
<!-- ENDIF -->
<button type="submit" name="login" value="{L_LOGIN}" class="btn btn-primary"><i class="icon-signin"></i>&nbsp;{L_LOGIN}</button>
<button type="submit" name="login" value="{L_LOGIN}" class="btn btn-primary"><i class="fa fa-sign-in"></i>&nbsp;{L_LOGIN}</button>
</div>
<div class="checkbox">
<label for="autologin"><input type="checkbox" name="autologin" id="autologin" />&nbsp;<small>{L_LOG_ME_IN}</small></label>
Expand All @@ -34,22 +34,22 @@ <h4><a href="{U_LOGIN_LOGOUT}"><i class="icon-signin"></i> {L_LOGIN_LOGOUT}</a><
<!-- ENDIF -->
<!-- IF S_DISPLAY_ONLINE_LIST -->
<div class="{$SPAN}">
<h4><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}"><i class="icon-map-marker"></i> {L_WHO_IS_ONLINE}</a><!-- ELSE --><i class="icon-map-marker"></i> {L_WHO_IS_ONLINE}<!-- ENDIF --></h4>
<h4><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}"><i class="fa fa-map-marker"></i> {L_WHO_IS_ONLINE}</a><!-- ELSE --><i class="fa fa-map-marker"></i> {L_WHO_IS_ONLINE}<!-- ENDIF --></h4>
<p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
<!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>
</div>
<!-- ENDIF -->

<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
<div class="{$SPAN}">
<h4><i class="icon-bell"></i> {L_BIRTHDAYS}</h4>
<h4><i class="fa fa-bell"></i> {L_BIRTHDAYS}</h4>
<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p>
</div>
<!-- ENDIF -->

<!-- IF NEWEST_USER -->
<div class="{$SPAN}">
<h4><i class="icon-cogs"></i> {L_STATISTICS}</h4>
<h4><i class="fa fa-cogs"></i> {L_STATISTICS}</h4>
<p>{TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS} <br/><em>{NEWEST_USER}</em></p>
</div>
<!-- ENDIF -->
Expand Down
2 changes: 1 addition & 1 deletion phpBBBootstrap/template/jumppage.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h4 class="modal-title">{L_JUMP_TO_PAGE}&hellip;</h4>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">{L_CANCEL}</button>
<button type="button" class="btn btn-primary" onclick="jumpto('{A_BASE_URL}','{PER_PAGE}');"><i class="icon-mail-forward"></i></button>
<button type="button" class="btn btn-primary" onclick="jumpto('{A_BASE_URL}','{PER_PAGE}');"><i class="fa fa-mail-forward"></i></button>
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions phpBBBootstrap/template/login_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<label class="col-lg-3 control-label" for="{USERNAME_CREDENTIAL}">{L_USERNAME}&nbsp;</label>
<div class="col-lg-9">
<div class="input-group">
<span class="input-group-addon"><i class="icon-user"></i></span>
<span class="input-group-addon"><i class="fa fa-user"></i></span>
<input class="form-control" type="text" tabindex="1" name="{USERNAME_CREDENTIAL}" id="{USERNAME_CREDENTIAL}" size="25" value="{USERNAME}" />
</div>
</div>
Expand All @@ -30,7 +30,7 @@
<label class="col-lg-3 control-label" for="{PASSWORD_CREDENTIAL}">{L_PASSWORD}&nbsp;</label>
<div class="col-lg-9">
<div class="input-group">
<span class="input-group-addon"><i class="icon-key"></i></span>
<span class="input-group-addon"><i class="fa fa-key"></i></span>
<input class="form-control" type="password" tabindex="2" id="{PASSWORD_CREDENTIAL}" name="{PASSWORD_CREDENTIAL}" size="25" /></dd>
</div>
</div>
Expand Down Expand Up @@ -80,7 +80,7 @@
<!-- ENDIF -->
</div>
<div class="panel-footer">
<button type="submit" name="login" tabindex="6" class="btn btn-primary"><i class="icon-signin"></i> {L_LOGIN}</button>
<button type="submit" name="login" tabindex="6" class="btn btn-primary"><i class="fa fa-sign-in"></i> {L_LOGIN}</button>
{S_LOGIN_REDIRECT}
{S_HIDDEN_FIELDS}
</div>
Expand All @@ -93,7 +93,7 @@
<div class="panel-body">
<p class="text-justify">{L_LOGIN_INFO}</p>
<p><a href="{U_TERMS_USE}">{L_TERMS_USE}</a> &bull; <a href="{U_PRIVACY}">{L_PRIVACY}</a></p></div>
<div class="panel-footer"><a href="{U_REGISTER}" class="btn btn-success"><i class="icon-pencil"></i> {L_REGISTER}</a></div>
<div class="panel-footer"><a href="{U_REGISTER}" class="btn btn-success"><i class="fa fa-sign-in fa-rotate-270"></i> {L_REGISTER}</a></div>
</div>
<!-- ENDIF -->
</div>
Expand Down
2 changes: 1 addition & 1 deletion phpBBBootstrap/template/login_forum.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="form-group">
<label class="control-label col-sm-3" for="password">{L_PASSWORD}</label>
<div class="input-group">
<span class="input-group-addon"><i class="icon-key"></i></span>
<span class="input-group-addon"><i class="fa fa-key"></i></span>
<input class="form-control" type="password" name="password" id="password" size="25" tabindex="1" />
</div>
</div>
Expand Down
22 changes: 11 additions & 11 deletions phpBBBootstrap/template/mcp_forum.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,34 +39,34 @@ <h3 class="panel-title"><a href="{U_VIEW_FORUM}">{L_FORUM}: {FORUM_NAME}</a></h3
<a href="{topicrow.U_VIEW_TOPIC}" class="btn <!-- IF topicrow.S_UNREAD_TOPIC -->btn-info<!-- ELSE -->btn-default<!-- ENDIF --> <!-- IF topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL --> btn-lg <!-- ENDIF -->" title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
<!-- IF topicrow.S_TOPIC_LOCKED -->
<!-- IF topicrow.S_POST_GLOBAL or topicrow.S_POST_ANNOUNCE -->
<i class="icon-lock icon-large"></i>
<i class="fa fa-lock fa-lg"></i>
<!-- ELSE -->
<i class="icon-lock"></i>
<i class="fa fa-lock"></i>
<!-- ENDIF -->
<!-- ELSEIF topicrow.S_POST_GLOBAL -->
<i class="icon-info-sign icon-large"></i>
<i class="fa fa-info-circle fa-lg"></i>
<!-- ELSEIF topicrow.S_POST_ANNOUNCE -->
<i class="icon-info-sign"></i>
<i class="fa fa-info-circle"></i>
<!-- ELSEIF topicrow.S_POST_STICKY -->
<i class="icon-pushpin"></i>
<i class="fa fa-thumb-tack"></i>
<!-- ELSEIF topicrow.S_TOPIC_MOVED -->
<i class="icon-share"></i>
<i class="fa fa-share"></i>
<!-- ELSEIF topicrow.S_HAS_POLL -->
<i class="icon-comment-alt"></i>
<i class="fa fa-comment-o"></i>
<!-- ELSE -->
<i class="icon-file-alt"></i>
<i class="fa fa-file-text-o"></i>
<!-- ENDIF -->
</a>
</td>
<td>
<!-- IF topicrow.S_SELECT_TOPIC --><a href="{topicrow.U_SELECT_TOPIC}" class="topictitle">[ {L_SELECT_MERGE} ]</a>&nbsp;&nbsp; <!-- ENDIF -->
<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
<div class="btn-group pull-right">
<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a class="btn btn-warning btn-xs" href="{topicrow.U_MCP_QUEUE}" title="{L_MCP_QUEUE}"><i class="icon-question-sign"></i></a> <!-- ENDIF -->
<!-- IF topicrow.S_TOPIC_REPORTED --><a class="btn btn-warning btn-xs" href="{topicrow.U_MCP_REPORT}" title="{L_MCP_REPORT}"><i class="icon-warning-sign"></i></a><!-- ENDIF -->
<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a class="btn btn-warning btn-xs" href="{topicrow.U_MCP_QUEUE}" title="{L_MCP_QUEUE}"><i class="fa fa-question-circle"></i></a> <!-- ENDIF -->
<!-- IF topicrow.S_TOPIC_REPORTED --><a class="btn btn-warning btn-xs" href="{topicrow.U_MCP_REPORT}" title="{L_MCP_REPORT}"><i class="fa fa-exclamation-triangle"></i></a><!-- ENDIF -->
<!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE -->&nbsp;<a href="{topicrow.U_DELETE_TOPIC}" class="topictitle">[ {L_DELETE_SHADOW_TOPIC} ]</a><!-- ENDIF -->
<!-- IF topicrow.PAGINATION -->{topicrow.PAGINATION}<!-- ENDIF -->
<!-- IF topicrow.ATTACH_ICON_IMG --><a href="#" class="btn btn-default btn-xs"><i class="icon-paper-clip"></i></a><!-- ENDIF -->
<!-- IF topicrow.ATTACH_ICON_IMG --><a href="#" class="btn btn-default btn-xs"><i class="fa fa-paperclip"></i></a><!-- ENDIF -->
</div>
<br />
{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} &raquo; {topicrow.FIRST_POST_TIME}
Expand Down
2 changes: 1 addition & 1 deletion phpBBBootstrap/template/mcp_front.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{S_FORM_TOKEN}
<!-- IF .unapproved -->
<div class="panel-footer">
<div class="btn-group pull-right"><a class="btn btn-default btn-xs" href="#" onclick="marklist('mcp', 'post_id_list', true); return false;"><i class="icon-check"></i> {L_MARK_ALL}</a><a class="btn btn-default btn-xs" href="#" onclick="marklist('mcp', 'post_id_list', false); return false;"><i class="icon-check-empty"></i> {L_UNMARK_ALL}</a></div>
<div class="btn-group pull-right"><a class="btn btn-default btn-xs" href="#" onclick="marklist('mcp', 'post_id_list', true); return false;"><i class="fa fa-check-square-o"></i> {L_MARK_ALL}</a><a class="btn btn-default btn-xs" href="#" onclick="marklist('mcp', 'post_id_list', false); return false;"><i class="fa fa-square-o"></i> {L_UNMARK_ALL}</a></div>
{S_HIDDEN_FIELDS}
<fieldset class="btn-group">
<input class="btn btn-warning" type="submit" name="action[disapprove]" value="{L_DISAPPROVE}" />
Expand Down
8 changes: 4 additions & 4 deletions phpBBBootstrap/template/mcp_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ <h2>{L_MCP} <!-- IF PAGE_TITLE --><small>{PAGE_TITLE}</small><!-- ENDIF --></h2>
<div class="col-sm-2 col-lg-6">
<div class="pull-right">
<h3 class="btn-group">
<a href="{U_MCP}" class="btn btn-xs btn-warning" ><span class="hidden-lg"><i class="icon-legal"></i></span><span class="visible-lg"><i class="icon-legal"></i>&nbsp;{L_MCP}</span></a>
<!-- IF U_MCP_FORUM --><a class="btn btn-xs btn-warning" href="{U_MCP_FORUM}"><span class="hidden-lg"><i class="icon-copy"></i></span><span class="visible-lg"><i class="icon-copy"></i>&nbsp;{L_MODERATE_FORUM}</span></a><!-- ENDIF -->
<!-- IF U_MCP_TOPIC --><a class="btn btn-xs btn-warning" href="{U_MCP_TOPIC}"><span class="hidden-lg"><i class="icon-file-alt"></i></span><span class="visible-lg"><i class="icon-file-alt"></i>&nbsp;{L_MODERATE_TOPIC}</span></a><!-- ENDIF -->
<!-- IF U_MCP_POST --><a class="btn btn-xs btn-warning" href="{U_MCP_POST}"><span class="hidden-lg"><i class="icon-file"></i></span><span class="visible-lg"><i class="icon-file"></i>&nbsp;{L_MODERATE_POST}</span></a><!-- ENDIF -->
<a href="{U_MCP}" class="btn btn-xs btn-warning" ><span class="hidden-lg"><i class="fa fa-legal"></i></span><span class="visible-lg"><i class="fa fa-legal"></i>&nbsp;{L_MCP}</span></a>
<!-- IF U_MCP_FORUM --><a class="btn btn-xs btn-warning" href="{U_MCP_FORUM}"><span class="hidden-lg"><i class="fa fa-copy"></i></span><span class="visible-lg"><i class="fa fa-copy"></i>&nbsp;{L_MODERATE_FORUM}</span></a><!-- ENDIF -->
<!-- IF U_MCP_TOPIC --><a class="btn btn-xs btn-warning" href="{U_MCP_TOPIC}"><span class="hidden-lg"><i class="fa fa-file-text-o"></i></span><span class="visible-lg"><i class="fa fa-file-text-o"></i>&nbsp;{L_MODERATE_TOPIC}</span></a><!-- ENDIF -->
<!-- IF U_MCP_POST --><a class="btn btn-xs btn-warning" href="{U_MCP_POST}"><span class="hidden-lg"><i class="fa fa-file"></i></span><span class="visible-lg"><i class="fa fa-file"></i>&nbsp;{L_MODERATE_POST}</span></a><!-- ENDIF -->
</h3>
</div>
</div>
Expand Down
Loading

0 comments on commit 526b65b

Please sign in to comment.