mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-24 17:03:27 +03:00
Group checkboxes in a frame in booking settings page
This commit is contained in:
parent
71e12a1aae
commit
680d01d16f
1 changed files with 123 additions and 116 deletions
|
@ -223,6 +223,12 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
|
||||
<div class="border rounded mb-3 p-3">
|
||||
<label class="form-label mb-3">
|
||||
<?= lang('options') ?>
|
||||
</label>
|
||||
|
||||
<div class="mb-3">
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" id="customer-notifications"
|
||||
|
@ -344,6 +350,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue