2017-06-02 15:06:33 +02:00
|
|
|
<div id='invites-warning-overlay' class='overlay new-style show' style='z-index:1000;'>
|
|
|
|
<div class="modal" id="invites-warning-modal" tabindex="-1" role="dialog" aria-labelledby="invites-warning-label" aria-hidden="true">
|
|
|
|
<div class="modal-header">
|
2017-08-23 00:58:22 +02:00
|
|
|
<button type="button" class="close close-invites-warning-modal" aria-label="{{t 'Close' }}"><span aria-hidden="true">×</span></button>
|
2017-07-08 04:21:19 +02:00
|
|
|
<h3 id="invites-warning-label">{{t "Large number of subscribers" }}</h3>
|
2017-06-02 15:06:33 +02:00
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
2017-07-08 04:21:19 +02:00
|
|
|
<p>{{#tr this}}Are you sure you want to create stream '__stream_name__' and subscribe __count__ users to it?{{/tr}}</p>
|
2017-06-02 15:06:33 +02:00
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
2017-07-07 17:30:22 +02:00
|
|
|
<button class="btn btn-default close-invites-warning-modal">{{t "Go back" }}</button>
|
2017-07-08 04:21:19 +02:00
|
|
|
<button class="btn btn-warning confirm-invites-warning-modal">{{#tr this}}Yes, subscribe __count__ users!{{/tr}}</button>
|
2017-06-02 15:06:33 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|