Correct table collapsed column titles
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
<!-- column in collapsed mode -->
|
<!-- column in collapsed mode -->
|
||||||
<div class="board-column-collapsed">
|
<div class="board-column-collapsed">
|
||||||
<small class="board-column-header-task-count" title="<?= t('Show this column') ?>">
|
<small class="board-column-header-task-count" title="<?= t('Task count') ?>">
|
||||||
<span id="task-number-column-<?= $column['id'] ?>"><?= $column['nb_tasks'] ?></span>
|
<span id="task-number-column-<?= $column['id'] ?>"><span class="ui-helper-hidden-accessible"><?= t('Task count') ?> </span><?= $column['nb_tasks'] ?></span>
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -30,8 +30,8 @@
|
|||||||
data-swimlane-id="<?= $swimlane['id'] ?>"
|
data-swimlane-id="<?= $swimlane['id'] ?>"
|
||||||
data-task-limit="<?= $column['task_limit'] ?>">
|
data-task-limit="<?= $column['task_limit'] ?>">
|
||||||
<div class="board-rotation-wrapper">
|
<div class="board-rotation-wrapper">
|
||||||
<div class="board-column-title board-rotation board-toggle-column-view" data-column-id="<?= $column['id'] ?>" title="<?= t('Show this column') ?>">
|
<div class="board-column-title board-rotation board-toggle-column-view" data-column-id="<?= $column['id'] ?>" title="<?= $this->text->e($column['title']) ?>">
|
||||||
<i class="fa fa-plus-square" title="<?= $this->text->e($column['title']) ?>" role="button" aria-label="<?= t('Show this column') ?>"></i> <?= $this->text->e($column['title']) ?>
|
<i class="fa fa-plus-square" title="<?= t('Show this column') ?>" role="button" aria-label="<?= t('Show this column') ?>"></i> <?= $this->text->e($column['title']) ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user