|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
{% block inner_content %}
|
|
{% block inner_content %}
|
|
{% if result %}
|
|
{% if result %}
|
|
-<h4>{{ lang.edit.edit_alias_domain }}</h4>
|
|
|
|
|
|
+<h4 class="mb-4">{{ lang.edit.edit_alias_domain }}</h4>
|
|
<form class="form-horizontal" data-id="editaliasdomain" role="form" method="post">
|
|
<form class="form-horizontal" data-id="editaliasdomain" role="form" method="post">
|
|
<input type="hidden" value="0" name="active">
|
|
<input type="hidden" value="0" name="active">
|
|
<div class="row mb-2">
|
|
<div class="row mb-2">
|
|
@@ -33,9 +33,9 @@
|
|
<label class="control-label mb-2">{{ lang.acl.ratelimit }}</label>
|
|
<label class="control-label mb-2">{{ lang.acl.ratelimit }}</label>
|
|
<div class="input-group mb-4">
|
|
<div class="input-group mb-4">
|
|
<input name="rl_value" type="number" value="{{ rl.value }}" autocomplete="off" class="form-control" placeholder="{{ lang.ratelimit.disabled }}">
|
|
<input name="rl_value" type="number" value="{{ rl.value }}" autocomplete="off" class="form-control" placeholder="{{ lang.ratelimit.disabled }}">
|
|
- <select name="rl_frame" class="form-control">
|
|
|
|
|
|
+ <select name="rl_frame" class="form-control">
|
|
{% include 'mailbox/rl-frame.twig' %}
|
|
{% include 'mailbox/rl-frame.twig' %}
|
|
- </select>
|
|
|
|
|
|
+ </select>
|
|
</div>
|
|
</div>
|
|
<button class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="domratelimit" data-item="{{ alias_domain }}" data-api-url='edit/rl-domain' data-api-attr='{}' href="#">{{ lang.admin.save }}</button>
|
|
<button class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="domratelimit" data-item="{{ alias_domain }}" data-api-url='edit/rl-domain' data-api-attr='{}' href="#">{{ lang.admin.save }}</button>
|
|
</form>
|
|
</form>
|