You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

74 lines
2.5 KiB

<div class="monster-feature-popup-container" data-feature="vmbox">
<div class="feature-popup-title">
<div class="popup-title">
<div class="feature-fa-wrapper">
<i class="{{extra.mapFeatures.vmbox.icon}}"></i>
</div>
<div class="feature-title">
{{ i18n.users.vmbox.headline }}
</div>
</div>
<div class="switch popup-action">
{{#monsterSwitch}}
<input class="switch-state" type="checkbox" id="checkbox_vmbox" data-on="{{i18n.enabled}}" data-off="{{i18n.disabled}}"{{#if extra.mapFeatures.vmbox.active}} checked="checked"{{/if}}></input>
{{/monsterSwitch}}
</div>
</div>
<div class="content{{#unless extra.mapFeatures.vmbox.active}} disabled{{/unless}}">
<form id="vmbox_form">
<div class="main-line">
{{i18n.users.vmbox.text}}
</div>
<div class="control-group main">
<label class="title">
{{i18n.users.vmbox.transcribe}}
</label>
{{#monsterSwitch}}
<input type="checkbox" name="transcribe" id="transcribe" data-on="{{i18n.enabled}}" data-off="{{i18n.disabled}}"{{#if vmbox.transcribe}} checked="checked"{{/if}}></input>
{{/monsterSwitch}}
</div>
<div class="control-group main">
<label class="title">
{{i18n.users.vmbox.label}}
</label>
{{#monsterSwitch}}
<input type="checkbox" name="vm_to_email_enabled" id="vm_to_email_enabled" data-on="{{i18n.enabled}}" data-off="{{i18n.disabled}}"{{#if vm_to_email_enabled}} checked="checked"{{/if}}></input>
{{/monsterSwitch}}
</div>
<div class="extra-content{{#unless vm_to_email_enabled}} disabled{{/unless}}">
<div class="control-group">
<label class="fix-left">
{{#monsterCheckbox i18n.users.vmbox.deleteAfterNotify}}
<input type="checkbox" name="delete_after_notify"{{#if extra.deleteAfterNotify}} checked{{/if}}></input>
{{/monsterCheckbox}}
</label>
</div>
<div class="control-group extra">
<label class="fix-left">
{{#monsterCheckbox i18n.users.vmbox.attach_voicemail}}
<input type="checkbox" name="delete_after_notify"{{#if extra.deleteAfterNotify}} checked{{/if}}></input>
{{/monsterCheckbox}}
</label>
</div>
{{#monsterText}}
{{replaceVar i18n.users.vmbox.vmToEmailHelp email}}
{{/monsterText}}
</div>
</form>
</div>
<div class="actions clearfix">
<div class="pull-right">
<a class="cancel-link monster-link blue" href="javascript:void(0);">{{ i18n.cancel }}</a>
<button type="button" class="monster-button monster-button-success save">{{ i18n.saveChanges }}</button>
</div>
</div>
</div>