From 74e4a7b0642b18d9aaa71dd72359495c5dc99107 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 17 Jan 2015 17:27:34 -0500 Subject: Add top links to the calendar --- app/Template/board/filters.php | 2 +- app/Template/calendar/show.php | 17 ++++++++++++++++- app/Template/project/activity.php | 19 ++++++++++++++++--- app/Template/project/layout.php | 10 ++++++++-- app/Template/project/search.php | 19 ++++++++++++++++--- app/Template/project/tasks.php | 19 ++++++++++++++++--- app/Template/task/layout.php | 9 ++++++++- 7 files changed, 81 insertions(+), 14 deletions(-) (limited to 'app/Template') diff --git a/app/Template/board/filters.php b/app/Template/board/filters.php index 1f0afe9c..45255231 100644 --- a/app/Template/board/filters.php +++ b/app/Template/board/filters.php @@ -12,7 +12,7 @@
  • - + a(t('Search'), 'project', 'search', array('project_id' => $project['id'])) ?>
  • diff --git a/app/Template/calendar/show.php b/app/Template/calendar/show.php index aae856f4..0a41fabe 100644 --- a/app/Template/calendar/show.php +++ b/app/Template/calendar/show.php @@ -1,7 +1,22 @@