From 6c7c73613aeb25cf995f61e0acda7c648a1ddf55 Mon Sep 17 00:00:00 2001 From: Andrew Berzley Date: Mon, 20 Nov 2017 14:45:33 -0500 Subject: Changed board column headings to show swimlane-column total in bold. Also, board column total to be shown at end of column heading with limit across the sum of all swimlanes. --- app/Template/board/table_column.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'app/Template/board/table_column.php') diff --git a/app/Template/board/table_column.php b/app/Template/board/table_column.php index a9652a2b..f63438c3 100644 --- a/app/Template/board/table_column.php +++ b/app/Template/board/table_column.php @@ -19,11 +19,10 @@ task->getNewBoardTaskButton($swimlane, $column) ?> - 1 && ! empty($column['column_nb_tasks'])): ?> - - () - - + + + () + @@ -75,16 +74,17 @@ - - - (/text->e($column['task_limit']) ?>) - - - - () - - - hook->render('template:board:column:header', array('swimlane' => $swimlane, 'column' => $column)) ?> + + + ( + + + /text->e($column['task_limit']) ?> + + ) + + + hook->render('template:board:column:header', array('swimlane' => $swimlane, 'column' => $column)) ?> -- cgit v1.2.3