summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-03-01 22:26:58 +0000
committerChristian Fowler <spider@viovio.com>2008-03-01 22:26:58 +0000
commit64f3aaec7bc19976c7846fc59c5bd4cf8a182282 (patch)
tree252bf52a62667a3887223767e3029c62ba56976d /templates
parentbeca83ebfbade7d5de7d68dde614acdf79803e83 (diff)
downloadboards-64f3aaec7bc19976c7846fc59c5bd4cf8a182282.tar.gz
boards-64f3aaec7bc19976c7846fc59c5bd4cf8a182282.tar.bz2
boards-64f3aaec7bc19976c7846fc59c5bd4cf8a182282.zip
add Board Sync host setup. woot, we're underway...
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_boards.tpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/admin_boards.tpl b/templates/admin_boards.tpl
index 05d8b4f..3b02627 100644
--- a/templates/admin_boards.tpl
+++ b/templates/admin_boards.tpl
@@ -33,6 +33,22 @@
</div>
{/foreach}
+ <div class="row">
+ {forminput}
+ <h2>Board Sync</h2>
+ <p>{tr}Board Sync allows a bitweaver board to be synchronized with a mailing list. A single mailbox is used to archive all email messages, so you subscribe *all* email lists using the same email address as entered below. Then, configure individual boards to indicate which mailing list to which it is subscribed. The Board Sync cron script will import messages from the email inbox.{/tr}</p>
+ {/forminput}
+ </div>
+ {foreach from=$formBitBoardsSync key=item item=output}
+ <div class="row">
+ {formlabel label=`$output.label` for=$item}
+ {forminput}
+ <input type="text" name="{$item}" value="{$gBitSystem->getConfig($item)}" id={$item}" />
+ {formhelp note=`$output.note` page=`$output.page`}
+ {/forminput}
+ </div>
+ {/foreach}
+
<div class="row submit">
<input type="submit" name="listTabSubmit" value="{tr}Change preferences{/tr}" />
</div>