2018-02-05 02:07:49 +01:00
|
|
|
<div id="stream_privacy_modal" class="modal modal-bg" 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">
|
2017-08-23 00:58:22 +02:00
|
|
|
<button type="button" class="close close-privacy-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>
|
2018-05-03 18:52:39 +02:00
|
|
|
{{ partial "stream_types" }}
|
2017-02-24 00:46:42 +01:00
|
|
|
<div class="modal-footer">
|
2017-07-07 17:30:22 +02:00
|
|
|
<button class="btn btn-default close-privacy-modal">{{t "Cancel" }}</button>
|
2018-05-03 18:52:39 +02:00
|
|
|
<button class="btn btn-danger" id="change-stream-privacy-button"
|
2018-04-05 08:38:46 +02:00
|
|
|
tabindex="-1" data-stream-id="{{stream_id}}">
|
2018-05-03 18:52:39 +02:00
|
|
|
{{t "Change privacy"}}
|
2017-02-24 00:46:42 +01:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|