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,6 +156,11 @@
]) ?> ]) ?>
</div> </div>
<div class="border rounded mb-3 p-3">
<label class="form-label mb-3">
<?= lang('options') ?>
</label>
<div class="form-check form-switch"> <div class="form-check form-switch">
<input class="form-check-input" id="notifications" type="checkbox"> <input class="form-check-input" id="notifications" type="checkbox">
<label class="form-check-label" for="notifications"> <label class="form-check-label" for="notifications">
@ -163,6 +168,8 @@
</label> </label>
</div> </div>
</div> </div>
</div>
</div> </div>
</fieldset> </fieldset>
</form> </form>