2019-06-12 21:01:38 +02:00
<div id="deactivation_stream_modal" class="modal modal-bg hide fade new-style" tabindex="-1" role="dialog" aria-labelledby="deactivation_stream_modal_label" aria-hidden="true">
2017-04-15 05:11:06 +02:00
<div class="modal-header">
2021-03-27 20:17:56 +01:00
<button type="button" class="close close-modal-btn" data-dismiss="modal" aria-label=" {{ t 'Close' }} "><span aria-hidden="true">×</span></button>
2021-03-31 16:15:24 +02:00
<h3 id="deactivation_stream_modal_label"> {{ t "Archive stream" }} <span class="stream_name"> {{ stream_name }} </span></h3>
2017-04-15 05:11:06 +02:00
</div>
<div class="modal-body">
2021-04-03 07:09:44 +02:00
<p> {{ t "Archiving this stream will immediately unsubscribe everyone, and this action cannot be undone." }} <strong> {{ t "Are you sure you want to do this?" }} </strong></p>
2017-04-15 05:11:06 +02:00
</div>
<div class="modal-footer">
2021-03-27 20:17:56 +01:00
<button class="button rounded close-modal-btn" data-dismiss="modal"> {{ t "Cancel" }} </button>
2021-04-04 14:37:25 +02:00
<button class="button rounded btn-danger" id="do_deactivate_stream_button" data-stream-id=" {{ stream_id }} "> {{ t "Confirm" }} </button>
2017-04-15 05:11:06 +02:00
</div>
2017-02-09 07:52:47 +01:00
</div>