Remove checkbox to simplify task mail form

This commit is contained in:
Frederic Guillot
2017-06-09 18:29:25 -04:00
parent abebd92629
commit 3909814313
29 changed files with 5 additions and 36 deletions

View File

@@ -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,