summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorturon <spider@turon>2015-09-27 23:25:06 -0400
committerturon <spider@turon>2015-09-27 23:25:06 -0400
commitdffca9428fcf5e6126e681133a47530157b5b40f (patch)
treeeb805c56075d6af39c09216d41dffd14191ea9c0
parentfe14c12cce1d1bc66a5330e1da51391763e9c805 (diff)
downloadboards-dffca9428fcf5e6126e681133a47530157b5b40f.tar.gz
boards-dffca9428fcf5e6126e681133a47530157b5b40f.tar.bz2
boards-dffca9428fcf5e6126e681133a47530157b5b40f.zip
add form-control class
-rw-r--r--templates/boards_edit_mini_inc.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/boards_edit_mini_inc.tpl b/templates/boards_edit_mini_inc.tpl
index 6392b27..5b0a334 100644
--- a/templates/boards_edit_mini_inc.tpl
+++ b/templates/boards_edit_mini_inc.tpl
@@ -5,9 +5,9 @@
{forminput}
{if $boardList}
{if $smarty.post.preview}
- {html_options name="linked_board_cid" options=$boardList selected=$smarty.post.linked_board_cid}
+ {html_options class="form-control" name="linked_board_cid" options=$boardList selected=$smarty.post.linked_board_cid}
{else}
- {html_options name="linked_board_cid" options=$boardList selected=$boardInfo.board_content_id}
+ {html_options class="form-control" name="linked_board_cid" options=$boardList selected=$boardInfo.board_content_id}
{/if}
{else}
<em>{tr}No discussion boards have been created.{/tr}</em>