From 482e2f736e99516a0ced8d5c0299aa76f5fa5aeb Mon Sep 17 00:00:00 2001 From: lacatoire Date: Tue, 10 Feb 2026 10:03:13 +0100 Subject: [PATCH] Add confirmation dialog before submitting a user note (#1281) A native HTML dialog with checkboxes requires users to confirm their note is not a bug report, support question, code collaboration, or in a language other than English before submission. --- public/manual/add-note.php | 62 +++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/public/manual/add-note.php b/public/manual/add-note.php index 508bdaa01e..d440894390 100644 --- a/public/manual/add-note.php +++ b/public/manual/add-note.php @@ -344,7 +344,7 @@ // Everything is in place, so we can display the form else {?> -
+

@@ -390,6 +390,66 @@ +

+ +

Before submitting your note

+

Please confirm that your note:

+
    +
  • +
  • +
  • +
  • +
+

+ + +

+ +
+ +