mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-10 08:48:03 +08:00
de0648a392
Domain system improvement
30 lines
No EOL
754 B
HTML
30 lines
No EOL
754 B
HTML
<div class="b-admin-domains g-ui-user-select-none">
|
|
<div class="legend">
|
|
Domains
|
|
</div>
|
|
<div>
|
|
<a class="btn" data-bind="click: createDomain">
|
|
<i class="icon-plus"></i>
|
|
|
|
Add Domain
|
|
</a>
|
|
<br />
|
|
<br />
|
|
<blockquote>
|
|
<p class="muted">
|
|
List of domains webmail is allowed to access.
|
|
<br />
|
|
Click on the name to configure the domain.
|
|
</p>
|
|
</blockquote>
|
|
<table class="table table-hover b-admin-domains-list-table" data-bind="i18nUpdate: domains">
|
|
<colgroup>
|
|
<col />
|
|
<col style="width: 140px" />
|
|
<col style="width: 1%" />
|
|
<col style="width: 1%" />
|
|
</colgroup>
|
|
<tbody data-bind="template: { name: 'AdminSettingsDomainListItem', foreach: domains }"></tbody>
|
|
</table>
|
|
</div>
|
|
</div> |