diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-17 11:03:33 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-17 11:03:33 -0500 |
commit | d45fa6a33b8ce5258e4eab4c894765f885c16518 (patch) | |
tree | b9ef59892e83c4439f5a6024b8ab40160980c3b0 /app/Template/board/table_tasks.php | |
parent | 3c5762691827fae90d81ed05eee163da90140784 (diff) |
Add dropdown menu on each board column title to close all tasks
Diffstat (limited to 'app/Template/board/table_tasks.php')
-rw-r--r-- | app/Template/board/table_tasks.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/board/table_tasks.php b/app/Template/board/table_tasks.php index f10d48e4..e99e14fb 100644 --- a/app/Template/board/table_tasks.php +++ b/app/Template/board/table_tasks.php @@ -21,8 +21,8 @@ <!-- column in collapsed mode (rotated text) --> <div class="board-column-collapsed"> <div class="board-rotation-wrapper"> - <div class="board-column-title board-rotation" data-column-id="<?= $column['id'] ?>" title="<?= t('Show this column') ?>"> - <i class="fa fa-chevron-circle-up tooltip" title="<?= $this->e($column['title']) ?>"></i> <?= $this->e($column['title']) ?> + <div class="board-column-title board-rotation board-toggle-column-view" data-column-id="<?= $column['id'] ?>" title="<?= t('Show this column') ?>"> + <i class="fa fa-plus-square tooltip" title="<?= $this->e($column['title']) ?>"></i> <?= $this->e($column['title']) ?> </div> </div> </div> |