2018-02-05 02:07:49 +01:00
|
|
|
<div id="realm_domains_modal" class="modal modal-bg hide" tabindex="-1" role="dialog" aria-labelledby="realm_domains_modal_label" aria-hidden="true">
|
2017-04-15 05:10:07 +02:00
|
|
|
<div class="modal-header">
|
2017-08-23 00:58:22 +02:00
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="{{t 'Close' }}"><span aria-hidden="true">×</span></button>
|
2017-04-15 05:10:07 +02:00
|
|
|
<h3 id="realm_domains_modal_label">{{t "Allowed domains" }}</h3>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
<table class="table table-condensed table-stripped" id="realm_domains_table">
|
|
|
|
<thead>
|
|
|
|
<th>{{t "Domain" }}</th>
|
|
|
|
<th>{{t "Allow subdomains"}}</th>
|
|
|
|
<th>{{t "Action" }}</th>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
</tbody>
|
|
|
|
<tfoot>
|
|
|
|
<tr id="add-realm-domain-widget">
|
2017-12-02 18:44:39 +01:00
|
|
|
<td><input type="text" class="new-realm-domain" placeholder="acme.com" /></td>
|
|
|
|
<td>
|
|
|
|
<label class="checkbox">
|
|
|
|
<input type="checkbox" class="new-realm-domain-allow-subdomains" />
|
|
|
|
<span></span>
|
|
|
|
</label>
|
|
|
|
</td>
|
2017-07-18 01:39:05 +02:00
|
|
|
<td><button type="button" class="button sea-green small rounded" id="submit-add-realm-domain">{{t "Add" }}</button></td>
|
2017-04-15 05:10:07 +02:00
|
|
|
</tr>
|
|
|
|
</tfoot>
|
|
|
|
</table>
|
2017-12-02 18:44:39 +01:00
|
|
|
|
|
|
|
<div class="alert realm_domains_info"></div>
|
2017-04-15 05:10:07 +02:00
|
|
|
</div>
|
|
|
|
<div class="modal-footer centered-footer">
|
2017-12-02 18:44:39 +01:00
|
|
|
<button class="new-style button rounded" data-dismiss="modal">{{t "Close" }}</button>
|
2017-04-15 05:10:07 +02:00
|
|
|
</div>
|
2017-02-09 07:47:39 +01:00
|
|
|
</div>
|