From dffca9428fcf5e6126e681133a47530157b5b40f Mon Sep 17 00:00:00 2001 From: turon Date: Sun, 27 Sep 2015 23:25:06 -0400 Subject: add form-control class --- templates/boards_edit_mini_inc.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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} {tr}No discussion boards have been created.{/tr} -- cgit v1.3