summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2014-05-23 15:32:53 -0400
committerspiderr <spider@viovio.com>2014-05-23 15:32:53 -0400
commit4fa0ed0c00edcc89b93dcf8863b976df8bde6975 (patch)
tree7f4d0a97304186fb7449845d864509825b7d3a8e
parent8e4f84506691b1ec872e446af446eb5ccbda7fec (diff)
downloadboards-4fa0ed0c00edcc89b93dcf8863b976df8bde6975.tar.gz
boards-4fa0ed0c00edcc89b93dcf8863b976df8bde6975.tar.bz2
boards-4fa0ed0c00edcc89b93dcf8863b976df8bde6975.zip
bootstrap3-btn-default
-rw-r--r--templates/admin_boards.tpl4
-rw-r--r--templates/board_assign.tpl4
-rw-r--r--templates/board_edit.tpl2
-rw-r--r--templates/boards_rss_form.tpl2
-rw-r--r--templates/comment_post.tpl6
-rw-r--r--templates/list_posts.tpl4
-rw-r--r--templates/list_topics.tpl2
-rw-r--r--templates/mailing_list.tpl14
-rw-r--r--templates/post_display.tpl2
-rw-r--r--templates/topic_move.tpl2
-rw-r--r--templates/user_preferences_inc.tpl4
11 files changed, 23 insertions, 23 deletions
diff --git a/templates/admin_boards.tpl b/templates/admin_boards.tpl
index 5aa5278..11dc78b 100644
--- a/templates/admin_boards.tpl
+++ b/templates/admin_boards.tpl
@@ -17,7 +17,7 @@
</div>
<div class="control-group submit">
- <input type="submit" class="btn" name="homeTabSubmit" value="{tr}Change preferences{/tr}" />
+ <input type="submit" class="btn btn-default" name="homeTabSubmit" value="{tr}Change preferences{/tr}" />
</div>
{/legend}
*}
@@ -122,7 +122,7 @@
</div>
{/legend}
<div class="control-group submit">
- <input type="submit" class="btn" name="listTabSubmit" value="{tr}Change preferences{/tr}" />
+ <input type="submit" class="btn btn-default" name="listTabSubmit" value="{tr}Change preferences{/tr}" />
</div>
{/form}
{/strip}
diff --git a/templates/board_assign.tpl b/templates/board_assign.tpl
index 8fc9b07..1a1621a 100644
--- a/templates/board_assign.tpl
+++ b/templates/board_assign.tpl
@@ -36,7 +36,7 @@
</div>
<div class="control-group submit">
- <input type="submit" class="btn" value="{tr}Assign Content to Board{/tr}" name="action" />
+ <input type="submit" class="btn btn-default" value="{tr}Assign Content to Board{/tr}" name="action" />
</div>
{/form}
{else}
@@ -85,7 +85,7 @@
</table>
<div class="control-group submit">
- <input type="submit" class="btn" value="{tr}Remove{/tr}" name="action" />
+ <input type="submit" class="btn btn-default" value="{tr}Remove{/tr}" name="action" />
</div>
{/form}
{/if}
diff --git a/templates/board_edit.tpl b/templates/board_edit.tpl
index f372533..442cd9e 100644
--- a/templates/board_edit.tpl
+++ b/templates/board_edit.tpl
@@ -65,7 +65,7 @@
{/jstabs}
<div class="control-group submit">
- <input type="submit" class="btn btn-primary" name="save_bitboard" value="{tr}Save{/tr}" /> <input type="submit" class="btn" name="preview" value="{tr}Preview{/tr}" />
+ <input type="submit" class="btn btn-primary" name="save_bitboard" value="{tr}Save{/tr}" /> <input type="submit" class="btn btn-default" name="preview" value="{tr}Preview{/tr}" />
</div>
</div><!-- end .body -->
</div><!-- end .boards -->
diff --git a/templates/boards_rss_form.tpl b/templates/boards_rss_form.tpl
index e7fa510..e36b559 100644
--- a/templates/boards_rss_form.tpl
+++ b/templates/boards_rss_form.tpl
@@ -40,7 +40,7 @@
</div>
<div class="control-group submit">
- <input type="submit" class="btn" name="get_feed" value="Get Feed" />
+ <input type="submit" class="btn btn-default" name="get_feed" value="Get Feed" />
</div>
{/legend}
{/form}
diff --git a/templates/comment_post.tpl b/templates/comment_post.tpl
index 8099c20..bc0557d 100644
--- a/templates/comment_post.tpl
+++ b/templates/comment_post.tpl
@@ -36,9 +36,9 @@
{textarea noformat=1 label="Comment" id="commentpost" name="comment_data" rows="6" edit=$postComment.data}
<div class="control-group submit">
- <input type="submit" class="btn" name="post_comment_preview" value="{tr}Preview{/tr}"/>&nbsp;
- <input type="submit" class="btn" name="post_comment_submit" value="{tr}Post{/tr}"/>&nbsp;
- <input type="submit" class="btn" name="post_comment_cancel" value="{tr}Cancel{/tr}"/>
+ <input type="submit" class="btn btn-default" name="post_comment_preview" value="{tr}Preview{/tr}"/>&nbsp;
+ <input type="submit" class="btn btn-default" name="post_comment_submit" value="{tr}Post{/tr}"/>&nbsp;
+ <input type="submit" class="btn btn-default" name="post_comment_cancel" value="{tr}Cancel{/tr}"/>
</div>
{/legend}
{/if}
diff --git a/templates/list_posts.tpl b/templates/list_posts.tpl
index 977e3d5..95fa926 100644
--- a/templates/list_posts.tpl
+++ b/templates/list_posts.tpl
@@ -54,7 +54,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">{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}&amp;post_comment_reply_id={$thread->mInfo.flc_content_id}&amp;post_comment_request=1#editcomments">{booticon iname="icon-comment-alt" ipackage="icons" iexplain="Post Reply" iforce="icon"} {tr}Post Reply{/tr}</a>
</div>
{/if}
@@ -82,7 +82,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">{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}&amp;post_comment_reply_id={$thread->mInfo.flc_content_id}&amp;post_comment_request=1#editcomments">{booticon iname="icon-comment-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 36efdd4..305fe9b 100644
--- a/templates/list_topics.tpl
+++ b/templates/list_topics.tpl
@@ -144,7 +144,7 @@
{/if}
</select>
- <noscript><div><input type="submit" class="btn" value="{tr}Submit{/tr}" /></div></noscript>
+ <noscript><div><input type="submit" class="btn btn-default" value="{tr}Submit{/tr}" /></div></noscript>
</div>
{/if}
{/form}
diff --git a/templates/mailing_list.tpl b/templates/mailing_list.tpl
index ce83cae..bdb1378 100644
--- a/templates/mailing_list.tpl
+++ b/templates/mailing_list.tpl
@@ -24,10 +24,10 @@
{forminput}
{if mailman_findmember($board->getPreference('boards_mailing_list'),$gBitUser->getField('email'))}
<p>{tr}You are currently subscribed to the mailing list using the email:{/tr} {$gBitUser->getField('email')}</p>
- <input type="submit" class="btn" name="unsubscribe" value="Unsubscribe" />
+ <input type="submit" class="btn btn-default" name="unsubscribe" value="Unsubscribe" />
{else}
<p>{tr}You are currently not subscribed to the mailing list.{/tr}</p>
- <input type="submit" class="btn" name="subscribe" value="Subscribe" />
+ <input type="submit" class="btn btn-default" name="subscribe" value="Subscribe" />
{/if}
{/forminput}
</div>
@@ -71,7 +71,7 @@
{formfeedback warning="The Mailing List Address does not match the configured board mailing list."}
{/if}
{formhelp note="All messages posted to this email address will mirrored on the board. The 'Board Sync Inbox' email account must be subscribed to this list and receive the messages in its INBOX."}
- <input type="submit" class="btn" name="save_list_address" value="Save" />
+ <input type="submit" class="btn btn-default" name="save_list_address" value="Save" />
{/forminput}
</div>
<div>
@@ -87,10 +87,10 @@
{forminput}
{if mailman_findmember($board->getPreference('boards_mailing_list'),$boardSyncInbox)}
<p>{$boardSyncInbox} {tr}is subscribed to{/tr} {$boardsMailingList}</p>
- <input type="submit" class="btn" name="unsubscribe_boardsync" value="Unsubscribe" />
+ <input type="submit" class="btn btn-default" name="unsubscribe_boardsync" value="Unsubscribe" />
{else}
<p>{$boardSyncInbox} {tr}is currently not subscribed to the mailing list.{/tr}</p>
- <input type="submit" class="btn" name="subscribe_boardsync" value="Subscribe" />
+ <input type="submit" class="btn btn-default" name="subscribe_boardsync" value="Subscribe" />
{/if}
{/forminput}
</div>
@@ -119,7 +119,7 @@
</div>
<div class="control-group submit">
{forminput}
- <input type="submit" class="btn" name="delete_list" value="Delete List" />
+ <input type="submit" class="btn btn-default" name="delete_list" value="Delete List" />
{/forminput}
</div>
<div class="control-group">
@@ -149,7 +149,7 @@
</div>
<div class="control-group submit">
{forminput}
- <input type="submit" class="btn" name="create_list" value="Create List" />
+ <input type="submit" class="btn btn-default" name="create_list" value="Create List" />
{/forminput}
</div>
{/legend}
diff --git a/templates/post_display.tpl b/templates/post_display.tpl
index baf22cf..3279ef0 100644
--- a/templates/post_display.tpl
+++ b/templates/post_display.tpl
@@ -61,7 +61,7 @@
<textarea style="vertical-align: top;" rows="3" cols="10" name="warning_message" onclick="this.value=''; this.innerHTML=''; this.onclick=null;">
Enter Warning Message
</textarea>
- <input type="submit" class="btn" value="Warn" />
+ <input type="submit" class="btn btn-default" value="Warn" />
{/form}
</div>
{/if}
diff --git a/templates/topic_move.tpl b/templates/topic_move.tpl
index ac0ee0e..8d53edb 100644
--- a/templates/topic_move.tpl
+++ b/templates/topic_move.tpl
@@ -27,7 +27,7 @@
{/forminput}
</div>
<div class="control-group submit">
- <input type="submit" class="btn" name="move_thread" value="{tr}Move Topic{/tr}" />
+ <input type="submit" class="btn btn-default" name="move_thread" value="{tr}Move Topic{/tr}" />
</div>
{/form}
</div><!-- end .body -->
diff --git a/templates/user_preferences_inc.tpl b/templates/user_preferences_inc.tpl
index 396db88..ccf67b1 100644
--- a/templates/user_preferences_inc.tpl
+++ b/templates/user_preferences_inc.tpl
@@ -25,7 +25,7 @@
</div>
{/foreach}
<div class="control-group submit">
- <input type="submit" class="btn" name="boards[submit]" value="{tr}Change Settings{/tr}" />
+ <input type="submit" class="btn btn-default" name="boards[submit]" value="{tr}Change Settings{/tr}" />
</div>
{/form}
{/if}
@@ -35,7 +35,7 @@
{formfeedback warning=$error}
{textarea gContent=$signatureContent name="bitboarduprefs[edit]" rows=4 edit=$editUser->getPreference('signature_content_data')}
<div class="control-group submit">
- <input type="submit" class="btn" name="preview" value="{tr}Preview{/tr}" /> <input type="submit" name="save_bitboarduprefs" value="{tr}Save{/tr}" />
+ <input type="submit" class="btn btn-default" name="preview" value="{tr}Preview{/tr}" /> <input type="submit" name="save_bitboarduprefs" value="{tr}Save{/tr}" />
</div>
{/form}