From 16e14b76a6dc2eca028fa08c0db9a9651f16bfd9 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 26 Sep 2015 19:04:58 -0400 Subject: Change swimlane layout to save space on the screen --- app/Template/board/table_swimlane.php | 120 ++++++---------------------------- 1 file changed, 21 insertions(+), 99 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 af74cbbe..dd38fc97 100644 --- a/app/Template/board/table_swimlane.php +++ b/app/Template/board/table_swimlane.php @@ -1,104 +1,26 @@ + - - - - - - - - - - - - - - - - - () - - - e($swimlane['name']) ?> - - - - - - - -
- - - -
-
- -
- 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($swimlane['name']) ?> + + + + + - - '> - - - - - - -   - - - - - - (/e($column['task_limit']) ?>) - - - - () - - -
+ + () + - - - - - - - e($swimlane['name']) ?> - - - - - - -
- - render($not_editable ? 'board/task_public' : 'board/task_private', array( - 'project' => $project, - 'task' => $task, - 'board_highlight_period' => $board_highlight_period, - 'not_editable' => $not_editable, - )) ?> - -
-
-
-
- e($column['title']) ?> -
-
-
- - - \ No newline at end of file -- cgit v1.2.3