2017-02-09 07:47:39 +01:00
|
|
|
|
<div id="realm_aliases_modal" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="realm_aliases_modal_label" aria-hidden="true">
|
|
|
|
|
<div class="modal-header">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
|
|
<h3 id="realm_aliases_modal_label">{{t "Allowed domains" }}</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
<table class="table table-condensed table-stripped" id="alias_table">
|
|
|
|
|
<thead>
|
|
|
|
|
<th>{{t "Domain" }}</th>
|
2017-03-08 13:28:19 +01:00
|
|
|
|
<th>{{t "Allow subdomains"}}</th>
|
2017-02-09 07:47:39 +01:00
|
|
|
|
<th>{{t "Action" }}</th>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
</tbody>
|
|
|
|
|
<tfoot>
|
|
|
|
|
<tr id="add-alias-widget">
|
2017-03-09 09:24:21 +01:00
|
|
|
|
<td><input type="text" class="new-alias-domain" placeholder="acme.com"></input></td>
|
2017-02-09 07:47:39 +01:00
|
|
|
|
<td><input type="checkbox" class="new-alias-allow-subdomains"></input></td>
|
|
|
|
|
<td><button type="button" class="btn btn-primary" id="submit-add-alias">{{t "Add" }}</button></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tfoot>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-footer centered-footer">
|
|
|
|
|
<div class="aliases_info"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|