forked from mirrors/easyappointments
Move the notification check of the account page into an options frame
This commit is contained in:
parent
d408b6040a
commit
bb802e34e1
1 changed files with 11 additions and 4 deletions
|
@ -156,6 +156,11 @@
|
|||
]) ?>
|
||||
</div>
|
||||
|
||||
<div class="border rounded mb-3 p-3">
|
||||
<label class="form-label mb-3">
|
||||
<?= lang('options') ?>
|
||||
</label>
|
||||
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" id="notifications" type="checkbox">
|
||||
<label class="form-check-label" for="notifications">
|
||||
|
@ -163,6 +168,8 @@
|
|||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue