|
|
<div id="strategy_custom_conference_greeting" class="monster-feature-popup-container">
|
|
|
<div class="feature-popup-title">
|
|
|
<div class="feature-fa-wrapper">
|
|
|
<i class="fa fa-volume-up"></i>
|
|
|
</div>
|
|
|
{{ i18n.strategy.customConferenceGreeting.title }}
|
|
|
<div class="switch">
|
|
|
{{#monsterSwitch}}
|
|
|
<input class="switch-state" type="checkbox" name="enabled" id="checkbox_hotdesk" data-on="{{i18n.enabled}}" data-off="{{i18n.disabled}}"{{#if enabled}} checked="checked"{{/if}}></input>
|
|
|
{{/monsterSwitch}}
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="content{{#unless enabled}} disabled{{/unless}}">
|
|
|
{{#monsterText}}
|
|
|
{{ i18n.strategy.customConferenceGreeting.info }}
|
|
|
{{/monsterText}}
|
|
|
<textarea class="custom-greeting-text">{{greeting}}</textarea>
|
|
|
</div>
|
|
|
|
|
|
<div class="actions clearfix">
|
|
|
<div class="pull-right">
|
|
|
<button type="button" class="monster-button cancel">{{ i18n.cancel }}</button>
|
|
|
<button type="button" class="monster-button-success save">{{ i18n.save }}</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|