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.

This commit is contained in:
Andrew Berzley
2017-11-20 14:45:33 -05:00
committed by fguillot
parent f889b555bd
commit 6c7c73613a
3 changed files with 23 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
<?php foreach ($swimlane['columns'] as $column): ?>
<td class="
board-column-<?= $column['id'] ?>
<?= $column['task_limit'] > 0 && $column['nb_tasks'] > $column['task_limit'] ? 'board-task-list-limit' : '' ?>
<?= $column['task_limit'] > 0 && $column['column_nb_tasks'] > $column['task_limit'] ? 'board-task-list-limit' : '' ?>
"
>