summaryrefslogtreecommitdiff
path: root/templates/admin_newsletters.tpl
blob: c7824a1b3d770d597fa4a17748f5f4954e5daccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{strip}
{form}
	{legend legend="Newsletter Mail Server Settings"}
		<input type="hidden" name="page" value="{$page}" />
		{foreach from=$formNewsletterFeatures key=item item=output}
			<div class="form-group">
				{formlabel label=$output.label for=$item}
				{forminput}
					<input type="text" name="{$item|escape}" value="{$gBitSystem->getConfig($item,$output.default)|escape}"/>
					{formhelp note=$output.note page=$output.page}
				{/forminput}
			</div>
		{/foreach}

		<div class="form-group submit">
			<input type="submit" class="btn btn-default" name="apply" value="{tr}Change preferences{/tr}" />
		</div>
	{/legend}
{/form}
{/strip}