summaryrefslogtreecommitdiffstats
path: root/web/template/account_edit_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/account_edit_form.php')
-rw-r--r--web/template/account_edit_form.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php
index cb0fa33..4f92f69 100644
--- a/web/template/account_edit_form.php
+++ b/web/template/account_edit_form.php
@@ -134,6 +134,14 @@
</fieldset>
<fieldset>
+ <legend><?= __("Notification settings") ?>:</legend>
+ <p>
+ <label for="id_commentnotify"><?= __("Notify of new comments") ?>:</label>
+ <input type="checkbox" name="CN" id="id_commentnotify" <?= $CN ? 'checked="checked"' : '' ?> />
+ </p>
+ </fieldset>
+
+ <fieldset>
<p>
<label></label>
<?php if ($A == "UpdateAccount"): ?>