diff options
| author | turon <spider@turon> | 2015-09-27 23:25:06 -0400 |
|---|---|---|
| committer | turon <spider@turon> | 2015-09-27 23:25:06 -0400 |
| commit | dffca9428fcf5e6126e681133a47530157b5b40f (patch) | |
| tree | eb805c56075d6af39c09216d41dffd14191ea9c0 /templates | |
| parent | fe14c12cce1d1bc66a5330e1da51391763e9c805 (diff) | |
| download | boards-dffca9428fcf5e6126e681133a47530157b5b40f.tar.gz boards-dffca9428fcf5e6126e681133a47530157b5b40f.tar.bz2 boards-dffca9428fcf5e6126e681133a47530157b5b40f.zip | |
add form-control class
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/boards_edit_mini_inc.tpl | 4 |
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> |
