Add the possibility to create a comment when a task is sent by email

This commit is contained in:
Frederic Guillot
2017-06-03 12:03:46 -04:00
parent 43e4662b84
commit e27148dfd8
30 changed files with 66 additions and 0 deletions

View File

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