From 401b0bdfb10ebfe75c9a392de52d37cc3c22c062 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 19 Jul 2015 18:14:20 -0400 Subject: Split task controller into smaller classes --- app/Template/task/time.php | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 app/Template/task/time.php (limited to 'app/Template/task/time.php') diff --git a/app/Template/task/time.php b/app/Template/task/time.php deleted file mode 100644 index 90407d7a..00000000 --- a/app/Template/task/time.php +++ /dev/null @@ -1,20 +0,0 @@ -
- - - 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) ?> - - form->label(t('Start date'), 'date_started') ?> - form->text('date_started', $values, array(), array('placeholder="'.$this->text->in($date_format, $date_formats).'"'), 'form-datetime') ?> - - form->label(t('Time estimated'), 'time_estimated') ?> - form->numeric('time_estimated', $values, array(), array('placeholder="'.t('hours').'"')) ?> - - form->label(t('Time spent'), 'time_spent') ?> - form->numeric('time_spent', $values, array(), array('placeholder="'.t('hours').'"')) ?> - - -
\ No newline at end of file -- cgit v1.2.3