From cea32af4064d483b02f070db86a7a84d723bea81 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 15 Aug 2015 17:10:42 -0400 Subject: Add show/hide columns on the board --- app/Template/board/table_swimlane.php | 78 +++++++++++++++++++++-------------- 1 file changed, 47 insertions(+), 31 deletions(-) (limited to 'app/Template/board/table_swimlane.php') diff --git a/app/Template/board/table_swimlane.php b/app/Template/board/table_swimlane.php index 77ec7423..a132762c 100644 --- a/app/Template/board/table_swimlane.php +++ b/app/Template/board/table_swimlane.php @@ -1,7 +1,7 @@ - + 0): ?> @@ -14,36 +14,45 @@ - - -
- url->link('+', 'taskcreation', 'create', array('project_id' => $column['project_id'], 'column_id' => $column['id'], 'swimlane_id' => $swimlane['id']), false, 'popover', t('Add a new task')) ?> -
- - - e($column['title']) ?> - - - '> - + +
+ + - +
+
+ +
+ url->link('+', 'taskcreation', 'create', array('project_id' => $column['project_id'], 'column_id' => $column['id'], 'swimlane_id' => $swimlane['id']), false, 'popover', t('Add a new task')) ?> +
+ - - -   + + e($column['title']) ?> - - - - (/e($column['task_limit']) ?>) - - - - () - - + + '> + + + + + + +   + + + + + + (/e($column['task_limit']) ?>) + + + + () + + +
@@ -54,16 +63,16 @@ e($swimlane['name']) ?> - +
() - +
- -
+ +
render($not_editable ? 'board/task_public' : 'board/task_private', array( 'project' => $project, @@ -73,6 +82,13 @@ )) ?>
+
+
+
+ e($column['title']) ?> +
+
+
\ No newline at end of file -- cgit v1.2.3