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.
 
 
 

19 lines
626 B

<div id="missed_call_alert_popup" class="dialog_popup missed-call-alert callflows-port">
{{#monsterText}}
{{ i18n.callflows.missedCallAlert.help }}
{{/monsterText}}
<form name="form" method="post" action="#">
<div class="form_content">
<div class="popup_field">
<label for="emails">{{ i18n.callflows.missedCallAlert.emails }} </label>
<textarea id="emails">{{emails}}</textarea>
</div>
</div>
</form>
<div class="items-selector-wrapper"></div>
<div class="buttons-center">
<button class="monster-button monster-button-primary" id="save_missed_call_alerts">{{ i18n.save }}</button>
</div>
</div>