From f04ec0700cb111baabc49febf22425612a5b7c58 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 2 Aug 2015 15:47:13 -0400 Subject: Add column vertical scrolling and set column height dynamically --- app/Template/board/table_swimlane.php | 41 +++++++++++++++-------------------- 1 file changed, 18 insertions(+), 23 deletions(-) (limited to 'app/Template/board') diff --git a/app/Template/board/table_swimlane.php b/app/Template/board/table_swimlane.php index 4cd137cb..f9e4c5c1 100644 --- a/app/Template/board/table_swimlane.php +++ b/app/Template/board/table_swimlane.php @@ -1,4 +1,5 @@ + 0): ?> @@ -11,8 +12,9 @@ + - +
url->link('+', 'taskcreation', 'create', array('project_id' => $column['project_id'], 'column_id' => $column['id'], 'swimlane_id' => $swimlane['id']), false, 'task-board-popover', t('Add a new task')) ?> @@ -45,8 +47,9 @@ - + + e($swimlane['name']) ?> @@ -57,27 +60,19 @@ + - - - - - - - - - render($not_editable ? 'board/task_public' : 'board/task_private', array( - 'project' => $project, - 'task' => $task, - 'board_highlight_period' => $board_highlight_period, - 'not_editable' => $not_editable, - )) ?> - - + +
+ + render($not_editable ? 'board/task_public' : 'board/task_private', array( + 'project' => $project, + 'task' => $task, + 'board_highlight_period' => $board_highlight_period, + 'not_editable' => $not_editable, + )) ?> + +
+ \ No newline at end of file -- cgit v1.2.3