{extends file='../layouts/member_index.html'} {block name=body}
{form_open('','class="form-parsley form-horizontal m-b-none" target="iframeNew"')}
{form_input('balance_alert_value', $balance_alert_value, 'class="form-control input-small"')}
当账户余额低于设置的预警值之后,系统会自动发送短信或者邮件提醒
{form_toggle(['name'=>'balance_alert_type','type'=>'balance_alert_type'],[0=>_('禁用'),1=>_('每天提醒'),2=>_('只提醒一次')], $balance_alert_type)}
{form_hidden('submit',1)} {_('取消')}
{form_close()}
{/block}