Improve column hide/show with swimlanes

This commit is contained in:
Frederic Guillot
2015-08-23 11:32:43 -04:00
parent 1f2f5d2c10
commit 297c11e48e
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<!-- swimlane toggle -->
<?php if (! $hide_swimlane): ?>
<th class="board-swimlane-header">
<?php if (! $not_editable && $swimlane['nb_tasks'] > 0): ?>
<?php if (! $not_editable): ?>
<a href="#" class="board-swimlane-toggle" data-swimlane-id="<?= $swimlane['id'] ?>">
<i class="fa fa-minus-circle hide-icon-swimlane-<?= $swimlane['id'] ?>"></i>
<i class="fa fa-plus-circle show-icon-swimlane-<?= $swimlane['id'] ?>" style="display: none"></i>