2018-05-31 19:27:33 +02:00
|
|
|
<div id="stream_privacy_modal" class="modal modal-bg hide fade new-style" tabindex="-1" role="dialog" aria-labelledby="stream_privacy_modal_label" aria-hidden="true">
|
2017-02-24 00:46:42 +01:00
|
|
|
<div class="modal-header">
|
2018-05-31 19:20:23 +02:00
|
|
|
<button type="button" class="close close-privacy-modal" data-dismiss="modal" aria-label="{{t 'Close' }}"><span aria-hidden="true">×</span></button>
|
2018-05-03 18:52:39 +02:00
|
|
|
<h3 id="stream_privacy_modal_label">{{t "Change stream permissions for #" }}{{ stream_name }}<span class="email"></span></h3>
|
2017-02-24 00:46:42 +01:00
|
|
|
</div>
|
2019-07-11 04:05:28 +02:00
|
|
|
{{> stream_types }}
|
2017-02-24 00:46:42 +01:00
|
|
|
<div class="modal-footer">
|
2018-05-31 19:27:33 +02:00
|
|
|
<button class="button rounded close-privacy-modal" data-dismiss="modal">{{t "Cancel" }}</button>
|
|
|
|
<button class="button rounded btn-danger" id="change-stream-privacy-button"
|
2018-04-05 08:38:46 +02:00
|
|
|
tabindex="-1" data-stream-id="{{stream_id}}">
|
2018-05-30 21:51:55 +02:00
|
|
|
{{t "Save changes"}}
|
2017-02-24 00:46:42 +01:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|