|
|
<div class="monster-feature-popup-container" data-feature="vm_to_email">
|
|
|
<div class="feature-popup-title">
|
|
|
<div class="feature-fa-wrapper">
|
|
|
<i class="{{extra.mapFeatures.vm_to_email.icon}}"></i>
|
|
|
</div>
|
|
|
{{ i18n.users.vm_to_email.headline }}
|
|
|
<div class="switch">
|
|
|
{{#monsterSwitch}}
|
|
|
<input class="switch-state" type="checkbox" id="checkbox_vm_to_email" data-on="{{i18n.enabled}}" data-off="{{i18n.disabled}}"{{#if extra.mapFeatures.vm_to_email.active}} checked="checked"{{/if}}></input>
|
|
|
{{/monsterSwitch}}
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="content{{#unless extra.mapFeatures.vm_to_email.active}} disabled{{/unless}}">
|
|
|
<form id="vm_to_email_form">
|
|
|
<div class="main-line">
|
|
|
{{replaceVar i18n.users.vm_to_email.label email}}
|
|
|
</div>
|
|
|
|
|
|
<label class="fix-left">
|
|
|
{{#monsterCheckbox i18n.users.vm_to_email.deleteAfterNotify}}
|
|
|
<input type="checkbox" name="delete_after_notify"{{#if extra.deleteAfterNotify}} checked{{/if}}></input>
|
|
|
{{/monsterCheckbox}}
|
|
|
</label>
|
|
|
</form>
|
|
|
|
|
|
{{#monsterText}}
|
|
|
{{i18n.users.vm_to_email.help}}
|
|
|
{{/monsterText}}
|
|
|
</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>
|