|
|
<div class="feature-popup-container" data-feature="vm_to_email">
|
|
|
<div class="feature-popup-title">
|
|
|
<div class="feature-icon-wrapper">
|
|
|
<i class="{{extra.mapFeatures.vm_to_email.icon}}"></i>
|
|
|
</div>
|
|
|
{{ i18n.users.vm_to_email.headline }}
|
|
|
<div class="switch" data-on="success" data-off="default" data-on-label="{{i18n.enabled}}" data-off-label="{{i18n.disabled}}">
|
|
|
<input type="checkbox" id="checkbox_vm_to_email"{{#if extra.mapFeatures.vm_to_email.active}} checked="checked"{{/if}}></input>
|
|
|
</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">
|
|
|
<input type="checkbox" name="delete_after_notify"{{#if extra.deleteAfterNotify}} checked{{/if}}></input>
|
|
|
{{ i18n.users.vm_to_email.deleteAfterNotify }}
|
|
|
</label>
|
|
|
</form>
|
|
|
|
|
|
<div class="help-box gray-box">
|
|
|
<div class="wrapper-icon">
|
|
|
<i class="icon-info-sign2"></i>
|
|
|
</div>
|
|
|
<div class="text-wrapper">
|
|
|
<p>{{ i18n.users.vm_to_email.help }}</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</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="btn btn-success save">{{ i18n.saveChanges }}</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|