{extends file="admin-layout.tpl"} {block name="no-return-functions"} {$admin_current_location = 'configuration'} {/block} {block name="page-title"}{intl l='Thelia Mailing System'}{/block} {block name="check-resource"}admin.configuration.mailing-system{/block} {block name="check-access"}view{/block} {block name="main-content"}
{module_include location='mailing_system_top'}
{intl l="Configuration mailing system"}
{form name="thelia.admin.mailing-system.update"}
{form_hidden_fields form=$form} {if $form_error}
{$form_error_message}
{/if} {form_field form=$form field='enabled'}
{/form_field} {form_field form=$form field='host'}
{/form_field} {form_field form=$form field='port'}
{/form_field} {form_field form=$form field='encryption'}
{/form_field} {form_field form=$form field='username'}
{/form_field} {form_field form=$form field='password'}
{/form_field} {form_field form=$form field='authmode'}
{/form_field} {form_field form=$form field='timeout'}
{/form_field} {form_field form=$form field='sourceip'}
{/form_field}
{/form}
{module_include location='mailing_system_bottom'}
{/block} {block name="javascript-initialization"} {javascripts file='assets/js/bootstrap-switch/bootstrap-switch.js'} {/javascripts} {/block} {block name="javascript-last-call"} {module_include location='mainling-system-js'} {/block}