diff options
Diffstat (limited to 'app/Template/task_list/task_title.php')
-rw-r--r-- | app/Template/task_list/task_title.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Template/task_list/task_title.php b/app/Template/task_list/task_title.php index 028e9b70..92d61b6c 100644 --- a/app/Template/task_list/task_title.php +++ b/app/Template/task_list/task_title.php @@ -1,5 +1,8 @@ <div> <?php if ($this->user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?> + <?php if (isset($show_items_selection)): ?> + <input type="checkbox" data-list-item="selectable" name="tasks[]" value="<?= $task['id'] ?>"> + <?php endif ?> <?= $this->render('task/dropdown', array('task' => $task)) ?> <?php else: ?> <strong><?= '#'.$task['id'] ?></strong> |