diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2016-02-21 19:44:38 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-02-21 20:01:13 +0100 |
commit | 6ec4a3589e327ded693ab0c741828fc5ec66b840 (patch) | |
tree | be01ad41fa61a44a43010f3fbd5249c606bd70df /web/template/account_edit_form.php | |
parent | c23914fc1df309a6b1d85ec5387cfbef2161e655 (diff) | |
download | aurweb-6ec4a3589e327ded693ab0c741828fc5ec66b840.tar.xz |
Send notifications when changing ownership
Add a new option that makes it possible to subscribe to package
ownership changes (adoption/disownment).
Fixes FS#15412.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/template/account_edit_form.php')
-rw-r--r-- | web/template/account_edit_form.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php index b9affd6..b4f0192 100644 --- a/web/template/account_edit_form.php +++ b/web/template/account_edit_form.php @@ -143,6 +143,10 @@ <label for="id_updatenotify"><?= __("Notify of package updates") ?>:</label> <input type="checkbox" name="UN" id="id_updatenotify" <?= $UN ? 'checked="checked"' : '' ?> /> </p> + <p> + <label for="id_ownershipnotify"><?= __("Notify of ownership changes") ?>:</label> + <input type="checkbox" name="ON" id="id_ownershipnotify" <?= $ON ? 'checked="checked"' : '' ?> /> + </p> </fieldset> <fieldset> |