2017-07-04 18:35:45 -04:00
|
|
|
{{#d-modal-body id="chat_integration_test_modal" title="chat_integration.test_modal.title"}}
|
|
|
|
<div>
|
2017-07-28 10:09:04 -04:00
|
|
|
<form {{action "send" on="submit"}}>
|
2017-07-04 18:35:45 -04:00
|
|
|
<table>
|
2021-02-11 05:42:26 -05:00
|
|
|
<tbody>
|
|
|
|
<tr class="input">
|
|
|
|
<td class="label"><label for="channel">{{i18n "chat_integration.test_modal.topic"}}</label></td>
|
|
|
|
<td>
|
|
|
|
{{choose-topic selectedTopicId=model.topic_id}}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
2017-07-04 18:35:45 -04:00
|
|
|
</table>
|
|
|
|
</form>
|
2017-10-03 06:11:58 -04:00
|
|
|
</div>
|
2017-07-04 18:35:45 -04:00
|
|
|
{{/d-modal-body}}
|
|
|
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
{{#conditional-loading-spinner condition=loading}}
|
2019-03-20 06:57:07 -04:00
|
|
|
{{d-button
|
|
|
|
id="send-test"
|
2021-02-11 05:42:26 -05:00
|
|
|
class="btn-primary btn-large"
|
2019-03-20 06:57:07 -04:00
|
|
|
action=(action "send")
|
|
|
|
title="chat_integration.test_modal.send"
|
|
|
|
label="chat_integration.test_modal.send"
|
2021-02-11 05:42:26 -05:00
|
|
|
disabled=sendDisabled
|
|
|
|
}}
|
2017-07-04 18:35:45 -04:00
|
|
|
|
2019-03-20 06:57:07 -04:00
|
|
|
{{d-button
|
|
|
|
class="btn-large"
|
|
|
|
action=(route-action "closeModal")
|
|
|
|
title="chat_integration.test_modal.close"
|
2021-02-11 05:42:26 -05:00
|
|
|
label="chat_integration.test_modal.close"
|
|
|
|
}}
|
2017-10-03 06:11:58 -04:00
|
|
|
{{/conditional-loading-spinner}}
|
|
|
|
</div>
|