From 4807f3e8a0ac2cca2706fb8215b762541982c682 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 7 Jul 2015 19:29:39 -0400 Subject: Add icon to set automatically the start date --- app/Template/task/time.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/Template/task/time.php') diff --git a/app/Template/task/time.php b/app/Template/task/time.php index 9e024c7f..90407d7a 100644 --- a/app/Template/task/time.php +++ b/app/Template/task/time.php @@ -1,4 +1,9 @@
+ + + url->link('', 'task', 'start', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'task-show-start-link', t('Set automatically the start date')) ?> + + form->csrf() ?> form->hidden('id', $values) ?> -- cgit v1.2.3