diff options
Diffstat (limited to 'app/Template/task_mail')
-rw-r--r-- | app/Template/task_mail/create.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Template/task_mail/create.php b/app/Template/task_mail/create.php index 4e843de9..f369ef99 100644 --- a/app/Template/task_mail/create.php +++ b/app/Template/task_mail/create.php @@ -40,8 +40,6 @@ </div> <?php endif ?> - <?= $this->form->checkbox('add_comment', t('Log this action in a comment'), 1) ?> - <?= $this->modal->submitButtons(array( 'submitLabel' => t('Send by email'), 'tabindex' => 3, |