From 4645bcbacbc4fd2fba2a3f28d6cd23bdfb184a9d Mon Sep 17 00:00:00 2001
From: Lukas Fleischer
Date: Fri, 4 Jul 2014 11:00:07 +0200
Subject: Allow for adding a comment when closing a request
This allows Trusted Users to optionally add a comment when closing a
request. The comment is included in the notification email that is sent
to the requests mailing list.
Signed-off-by: Lukas Fleischer
---
web/template/pkgreq_close_form.php | 8 ++++++++
1 file changed, 8 insertions(+)
(limited to 'web/template')
diff --git a/web/template/pkgreq_close_form.php b/web/template/pkgreq_close_form.php
index be36aef..00efafe 100644
--- a/web/template/pkgreq_close_form.php
+++ b/web/template/pkgreq_close_form.php
@@ -4,6 +4,10 @@
= __('Use this form to close the request for package base %s%s%s.',
'', htmlspecialchars($pkgbase_name), ''); ?>
+
+ = __('Note') ?>:
+ = __('The comments field can be left empty. However, it is highly recommended to add a comment when rejecting a request.') ?>
+