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.
 
 
 

40 lines
1.5 KiB

<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">
&nbsp;<i class="icon-info-sign2"></i>&nbsp;
</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>