diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-06-09 18:29:25 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-06-09 18:29:25 -0400 |
commit | 3909814313f32c75e1957554678b1787e8674be9 (patch) | |
tree | 55f1bdcc72469e0cbaecf157bc24235705b41d12 /app/Template/task_mail | |
parent | abebd9262957895a20c96fb83c322b7f5988a4ec (diff) |
Remove checkbox to simplify task mail form
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, |