summaryrefslogtreecommitdiff
path: root/app/Template/task_mail
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task_mail')
-rw-r--r--app/Template/task_mail/create.php2
1 files changed, 2 insertions, 0 deletions
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 @@
<?= $this->form->label(t('Subject'), 'subject') ?>
<?= $this->form->text('subject', $values, $errors, array('required', 'tabindex="2"')) ?>
+ <?= $this->form->checkbox('add_comment', t('Log this action in a comment'), 1) ?>
+
<?= $this->modal->submitButtons(array(
'submitLabel' => t('Send by email'),
'tabindex' => 3,