From e3ca3c96e5fe87d6ea8123b02ea037cf8255adb9 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Tue, 16 Oct 2018 05:22:29 +0000 Subject: Add "Enable notifications" checkbox in "Add Comment" form Currently, it is a little to easy to forget to enable notifications for a package after leaving a comment, thus never being notified of a reply. Even though the "Enable notifications" link is on the same page, it is not part of the flow for posting a new comment, and so, easy to miss. Most web forums and comment systems include a checkbox to enable notifications when posting for the first time in a thread. This patch implements this in aurweb, as well. Signed-off-by: Eli Schwartz --- web/template/pkg_comment_form.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'web/template/pkg_comment_form.php') diff --git a/web/template/pkg_comment_form.php b/web/template/pkg_comment_form.php index c450c4b3..3feee8fb 100644 --- a/web/template/pkg_comment_form.php +++ b/web/template/pkg_comment_form.php @@ -13,6 +13,12 @@

" /> + + + + + +

-- cgit v1.2.3-24-g4f1b