diff options
-rw-r--r-- | web/template/account_edit_form.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php index f9887142..56bdd454 100644 --- a/web/template/account_edit_form.php +++ b/web/template/account_edit_form.php @@ -60,10 +60,12 @@ </p> <?php endif; ?> + <?php if ($A == "UpdateAccount"): ?> <p> <label for="id_inactive"><?= __("Inactive") ?>:</label> <input type="checkbox" name="J" id="id_inactive" <?= $J ? 'checked="checked"' : '' ?> /> </p> + <?php endif; ?> <p> <label for="id_email"><?= __("Email Address") ?>:</label> |