Move the notification check of the account page into an options frame

This commit is contained in:
Alex Tselegidis 2022-07-27 02:29:00 +03:00
parent d408b6040a
commit bb802e34e1
1 changed files with 11 additions and 4 deletions

View File

@ -156,12 +156,19 @@
]) ?>
</div>
<div class="form-check form-switch">
<input class="form-check-input" id="notifications" type="checkbox">
<label class="form-check-label" for="notifications">
<?= lang('receive_notifications') ?>
<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">
<?= lang('receive_notifications') ?>
</label>
</div>
</div>
</div>
</div>
</fieldset>