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.
 
 
 

51 lines
2.1 KiB

<div class="feature-popup-container" data-feature="faxing">
<div class="feature-popup-title">
<div class="feature-icon-wrapper">
<i class="{{user.extra.mapFeatures.faxing.icon}}"></i>
</div>
{{ i18n.users.faxing.headline }}
<div class="switch">
{{#monsterSwitch}}
<input class="switch-state" type="checkbox" id="checkbox_caller_id" data-on="{{i18n.enabled}}" data-off="{{i18n.disabled}}"{{#if user.extra.mapFeatures.faxing.active}} checked="checked"{{/if}}></input>
{{/monsterSwitch}}
</div>
</div>
<div class="content{{#unless user.extra.mapFeatures.faxing.active}} disabled{{/unless}}">
<form class="form-horizontal" id="faxbox_form">
<fieldset>
<legend>{{i18n.users.faxing.faxToEmail.title}}</legend>
<p>
{{i18n.users.faxing.faxToEmail.text1}}
<span class="number-select"></span>
{{i18n.users.faxing.faxToEmail.text2}} <strong>{{user.email}}</strong>.
</p>
</fieldset>
<fieldset>
<legend>{{i18n.users.faxing.emailToFax.title}}</legend>
<p>
{{i18n.users.faxing.emailToFax.text1}} <strong>{{user.email}}</strong> {{i18n.users.faxing.emailToFax.text2}}
<strong><span class="number-mirror">{{#if faxbox.caller_id}}{{faxbox.caller_id}}{{else}}{{i18n.users.faxing.emailToFax.default}}{{/if}}</span>@{{account.realm}}</strong> {{i18n.users.faxing.emailToFax.text3}}
</p>
</fieldset>
<fieldset>
{{#compare faxbox.cloud_state '===' 'registered'}}
<legend>{{i18n.users.faxing.googlePrinter.title}}</legend>
<p>
{{i18n.users.faxing.googlePrinter.text1}}
<a href="{{faxbox.caller_id}}" target="_blank">{{i18n.users.faxing.googlePrinter.link}}</a>
{{i18n.users.faxing.googlePrinter.text2}}
<a href="https://tools.google.com/dlpage/cloudprintdriver" target="_blank">{{i18n.users.faxing.googlePrinter.link}}</a>.
</p>
{{/compare}}
</fieldset>
</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="btn btn-success save">{{ i18n.saveChanges }}</button>
</div>
</div>
</div>