mirror of https://github.com/zulip/zulip.git
streams: Improve 'is-announcement-only' checkbox.
This commit is contained in:
parent
c03acaa078
commit
ceae1a1c5f
|
@ -1,12 +1,12 @@
|
|||
<div id="stream_privacy_modal" class="modal modal-bg hide fade" tabindex="-1" role="dialog" aria-labelledby="stream_privacy_modal_label" aria-hidden="true">
|
||||
<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">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close close-privacy-modal" data-dismiss="modal" aria-label="{{t 'Close' }}"><span aria-hidden="true">×</span></button>
|
||||
<h3 id="stream_privacy_modal_label">{{t "Change stream permissions for #" }}{{ stream_name }}<span class="email"></span></h3>
|
||||
</div>
|
||||
{{ partial "stream_types" }}
|
||||
<div class="modal-footer">
|
||||
<button class="btn btn-default close-privacy-modal" data-dismiss="modal">{{t "Cancel" }}</button>
|
||||
<button class="btn btn-danger" id="change-stream-privacy-button"
|
||||
<button class="button rounded close-privacy-modal" data-dismiss="modal">{{t "Cancel" }}</button>
|
||||
<button class="button rounded btn-danger" id="change-stream-privacy-button"
|
||||
tabindex="-1" data-stream-id="{{stream_id}}">
|
||||
{{t "Save changes"}}
|
||||
</button>
|
||||
|
|
Loading…
Reference in New Issue