diff --git a/app/Template/task_creation/show.php b/app/Template/task_creation/show.php index c2cc4aace..0c267afff 100644 --- a/app/Template/task_creation/show.php +++ b/app/Template/task_creation/show.php @@ -10,13 +10,14 @@ task->selectTitle($values, $errors) ?> task->selectDescription($values, $errors) ?> task->selectTags($project) ?> - + + hook->render('template:task:form:first-column', array('values' => $values, 'errors' => $errors)) ?> + form->checkbox('another_task', t('Create another task'), 1, isset($values['another_task']) && $values['another_task'] == 1) ?> form->checkbox('duplicate_multiple_projects', t('Duplicate to multiple projects'), 1) ?> - hook->render('template:task:form:first-column', array('values' => $values, 'errors' => $errors)) ?>