From e27148dfd8192ed3052adb8397a0f8c4ed47916d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 3 Jun 2017 12:03:46 -0400 Subject: Add the possibility to create a comment when a task is sent by email --- app/Template/task_mail/create.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Template/task_mail') diff --git a/app/Template/task_mail/create.php b/app/Template/task_mail/create.php index 9a1a26b3..b3c84e5d 100644 --- a/app/Template/task_mail/create.php +++ b/app/Template/task_mail/create.php @@ -10,6 +10,8 @@ form->label(t('Subject'), 'subject') ?> form->text('subject', $values, $errors, array('required', 'tabindex="2"')) ?> + form->checkbox('add_comment', t('Log this action in a comment'), 1) ?> + modal->submitButtons(array( 'submitLabel' => t('Send by email'), 'tabindex' => 3, -- cgit v1.2.3