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.
 
 
 

47 lines
1.9 KiB

<div class="feature-popup-container" data-feature="hotdesk">
<div class="feature-popup-title">
<div class="feature-icon-wrapper">
<i class="{{extra.mapFeatures.hotdesk.icon}}"></i>
</div>
{{ i18n.users.hotdesk.headline }}
<div class="switch" data-on="success" data-off="default" data-on-label="{{i18n.enabled}}" data-off-label="{{i18n.disabled}}">
<input type="checkbox" name="enabled" id="checkbox_hotdesk"{{#if extra.mapFeatures.hotdesk.active}} checked="checked"{{/if}}></input>
</div>
</div>
<div class="content{{#unless extra.mapFeatures.hotdesk.active}} disabled{{/unless}}">
<form id="hotdesk_form">
<div>
{{ i18n.users.hotdesk.id }}
<input required minlength="4" class="input-small" type="text" name="id" value="{{hotdesk.id}}"></input>
</div>
<div class="main-line">
{{ i18n.users.hotdesk.label }}
<input type="checkbox" name="require_pin"{{#if hotdesk.require_pin}} checked{{/if}}></input>
<input required minlength="4" id="pin" type="text" name="pin" class="input-small" placeholder="{{ i18n.users.hotdesk.placeholder }}" value="{{hotdesk.pin}}"{{#unless hotdesk.require_pin}}disabled{{/unless}}></input>
</div>
<label class="fix-left">
<input type="checkbox" name="keep_logged_in_elsewhere"{{#if hotdesk.keep_logged_in_elsewhere}} checked{{/if}}></input>
{{ i18n.users.hotdesk.keep_logged_in_elsewhere }}
</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.hotdesk.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>