diff options
| author | spiderr <spider@viovio.com> | 2013-04-01 12:19:57 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-01 12:19:57 -0400 |
| commit | f9d2388b287b8f412f0ebeee55013997421e9dd1 (patch) | |
| tree | 555d33b1f6e9772d238c0a1d20212eb1a573a6b2 /templates/admin_boards.tpl | |
| parent | 835ea4894c2c8dcfd7a7bb50a07cd2e558eccdb5 (diff) | |
| download | boards-f9d2388b287b8f412f0ebeee55013997421e9dd1.tar.gz boards-f9d2388b287b8f412f0ebeee55013997421e9dd1.tar.bz2 boards-f9d2388b287b8f412f0ebeee55013997421e9dd1.zip | |
bootstrap-conversion
Diffstat (limited to 'templates/admin_boards.tpl')
| -rw-r--r-- | templates/admin_boards.tpl | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/templates/admin_boards.tpl b/templates/admin_boards.tpl index 9bbe9fd..4e2330d 100644 --- a/templates/admin_boards.tpl +++ b/templates/admin_boards.tpl @@ -3,7 +3,7 @@ {* {legend legend="Home Message Board"} <input type="hidden" name="page" value="{$page}" /> - <div class="row"> + <div class="control-group"> {formlabel label="Home BitBoards (main board)" for="homeBitBoards"} {forminput} <select name="homeBitBoards" id="homeBitBoards"> @@ -16,7 +16,7 @@ {/forminput} </div> - <div class="row submit"> + <div class="control-group submit"> <input type="submit" name="homeTabSubmit" value="{tr}Change preferences{/tr}" /> </div> {/legend} @@ -24,7 +24,7 @@ {legend legend="List Settings"} <input type="hidden" name="page" value="{$page}" /> {foreach from=$formBitBoardsLists key=item item=output} - <div class="row"> + <div class="control-group"> {formlabel label=`$output.label` for=$item} {forminput} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} @@ -35,14 +35,14 @@ {/legend} {legend legend="Mailing List Synchronization"} - <div class="row"> + <div class="control-group"> {forminput} <h2>List to Board Sync</h2> <p>{tr}List to Board Sync allows a bitweaver board to mirror messages that are posted to a mailing list. A single, master email inbox entered below is used for *all* email list subscriptions. Then, configure individual boards to indicate which mailing list to which it is subscribed. The Board Sync cron script will import messages from the master email inbox.{/tr}</p> {/forminput} </div> {foreach from=$formBitBoardsSync key=item item=output} - <div class="row"> + <div class="control-group"> {formlabel label=`$output.label` for=$item} {forminput} <input type="text" name="{$item}" value="{$gBitSystem->getConfig($item)}" id={$item}" /> @@ -51,21 +51,21 @@ </div> {/foreach} - <div class="row"> + <div class="control-group"> {forminput} <h2>Board to List Sync</h2> <p>{tr}Board to List Sync is the opposite of the above. It allows a bitweaver board to send a message to mailing list. You must complete the "List to Board Sync" configuration above for this feature to work.{/tr} {tr}Please see <a href="http://www.bitweaver.org/wiki/BoardsEmailListConfig">configuration requirements</a> prior to utilizing this feature.{/tr}</p> {/forminput} </div> - <div class="row"> + <div class="control-group"> {forminput} {/forminput} </div> {foreach from=$formGroupEmailList key=item item=output} - <div class="row"> + <div class="control-group"> {formlabel label=`$output.label` for=$item} {forminput} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} @@ -74,14 +74,14 @@ </div> {/foreach} - <div class="row"> + <div class="control-group"> {formlabel label="Email Host" for='boards_email_host'} {forminput} <input type="text" name="boards_email_host" value="{$gBitSystem->getConfig('boards_email_host',$gBitSystem->getConfig('kernel_server_name'))}" /> {formhelp note="Enter the host name to which all mailing lists will be hosted and addressed."} {/forminput} </div> - <div class="row"> + <div class="control-group"> {formlabel label="Administrator Email" for='boards_email_admin'} {forminput} <input type="text" name="boards_email_admin" value="{$gBitSystem->getConfig('boards_email_admin',$gBitSystem->getConfig('site_sender_email'))}" /> @@ -89,7 +89,7 @@ {/forminput} </div> - <div class="row"> + <div class="control-group"> {formlabel label="Mailman bin Path" for='server_mailman_bin'} {forminput} <input type="text" name="server_mailman_bin" value="{$gBitSystem->getConfig('server_mailman_bin')|escape}" /> @@ -99,21 +99,21 @@ {/if} {/forminput} </div> - <div class="row"> + <div class="control-group"> {formlabel label="Mailman Command Path" for='mailman_cmd'} {forminput} <input type="text" name="server_mailman_cmd" value="{$gBitSystem->getConfig('server_mailman_cmd', '/usr/lib/mailman/mail/mailman')|escape}" /> {formhelp note="Path to mailman binary, typically: /usr/lib/mailman/mail/mailman"} {/forminput} </div> - <div class="row"> + <div class="control-group"> {formlabel label="Newaliases command" for='server_newaliases_cmd'} {forminput} <input type="text" name="server_newaliases_cmd" value="{$gBitSystem->getConfig('server_newaliases_cmd', '/usr/bin/newaliases')|escape}" /> {formhelp note="Path to the command to tell the mail server to reload the aliases file. For sendmail typically: /usr/bin/newaliases"} {/forminput} </div> - <div class="row"> + <div class="control-group"> {formlabel label="MTA Aliases Map" for='server_aliases_file'} {forminput} <input type="text" name="server_aliases_file" value="{$gBitSystem->getConfig('server_aliases_file', '/etc/aliases')|escape}" /> @@ -121,7 +121,7 @@ {/forminput} </div> {/legend} - <div class="row submit"> + <div class="control-group submit"> <input type="submit" name="listTabSubmit" value="{tr}Change preferences{/tr}" /> </div> {/form} |
