From 354e37971d43d3b62d8f4e2a23eff09e88525627 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 25 Mar 2016 17:41:41 -0400 Subject: Unification of project header --- app/Template/task/details.php | 7 ++++ app/Template/task/layout.php | 22 +----------- app/Template/task/menu.php | 78 ------------------------------------------- app/Template/task/show.php | 1 - 4 files changed, 8 insertions(+), 100 deletions(-) delete mode 100644 app/Template/task/menu.php (limited to 'app/Template/task') diff --git a/app/Template/task/details.php b/app/Template/task/details.php index a7c4ad01..6093c157 100644 --- a/app/Template/task/details.php +++ b/app/Template/task/details.php @@ -1,5 +1,6 @@

text->e($task['title']) ?>

+
    @@ -134,4 +135,10 @@
+ + +
+ url->button('fa-play', t('Set start date'), 'taskmodification', 'start', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?> +
+
diff --git a/app/Template/task/layout.php b/app/Template/task/layout.php index ca27fd4f..52db5d1b 100644 --- a/app/Template/task/layout.php +++ b/app/Template/task/layout.php @@ -1,25 +1,5 @@
- + projectHeader->render($project, 'Listing', 'show') ?>