1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-25 02:29:32 +02:00

Merge pull request #5730 from mailcow/fix/add-domain-gal

[Web] fix setting unchecked checkboxes on domain adding
This commit is contained in:
Patrick Schult 2024-02-14 09:34:21 +01:00 committed by GitHub
commit ff05cff36c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -381,6 +381,12 @@
</div>
<div class="modal-body">
<form class="form-horizontal" data-cached-form="true" data-id="add_domain" role="form">
<input type="hidden" value="0" name="gal">
<input type="hidden" value="0" name="active">
<input type="hidden" value="0" name="backupmx">
<input type="hidden" value="0" name="relay_all_recipients">
<input type="hidden" value="0" name="relay_unknown_only">
<div class="row mb-2">
<label class="control-label col-sm-2 text-sm-end text-sm-end" for="domain">{{ lang.add.domain }}</label>
<div class="col-sm-10">