[BS5] fix minor issues

This commit is contained in:
FreddleSpl0it
2022-06-28 07:21:26 +02:00
parent 9d3a89d362
commit 18444bd284
23 changed files with 226 additions and 217 deletions

View File

@@ -6,14 +6,14 @@
<br>
<form class="form-horizontal" data-id="editbcc" role="form" method="post">
<input type="hidden" value="0" name="active">
<div class="row">
<div class="row mb-2">
<label class="control-label col-sm-2" for="bcc_dest">{{ lang.mailbox.bcc_destination }}</label>
<div class="col-sm-10">
<input value="{{ result.bcc_dest }}" type="text" class="form-control" name="bcc_dest" id="bcc_dest">
<small>{{ lang.edit.bcc_dest_format|raw }}</small>
</div>
</div>
<div class="row">
<div class="row mb-4">
<label class="control-label col-sm-2" for="type">{{ lang.mailbox.bcc_map_type }}</label>
<div class="col-sm-10">
<select id="addFilterType" name="type" id="type" required>
@@ -22,14 +22,14 @@
</select>
</div>
</div>
<div class="row">
<div class="row mb-2">
<div class="offset-sm-2 col-sm-10">
<div class="checkbox">
<label><input type="checkbox" value="1" name="active"{% if result.active == '1' %} checked{% endif %}> {{ lang.edit.active }}</label>
</div>
</div>
</div>
<div class="row">
<div class="row mb-2">
<div class="offset-sm-2 col-sm-10">
<button class="btn btn-xs-lg d-block d-sm-inline btn-success" data-action="edit_selected" data-id="editbcc" data-item="{{ bcc }}" data-api-url='edit/bcc' data-api-attr='{}' href="#">{{ lang.edit.save }}</button>
</div>