Add link to toggle column scrolling in board view

This commit is contained in:
Patrick Yates
2020-10-05 07:57:34 +11:00
committed by GitHub
parent ee842bf509
commit 8322876d8e
40 changed files with 170 additions and 3 deletions

View File

@@ -18,6 +18,14 @@
<i class="fa fa-arrows-h fa-fw"></i> <a href="#" class="filter-toggle-scrolling" title="<?= t('Keyboard shortcut: "%s"', 'c') ?>"><?= t('Horizontal scrolling') ?></a>
</span>
</li>
<li>
<span class="filter-vert-collapse">
<i class="fa fa-arrow-up fa-fw"></i> <a href="#" class="filter-vert-toggle-collapse"><?= t('Collapse vertically') ?></a>
</span>
<span class="filter-vert-expand" style="display: none">
<i class="fa fa-arrow-down fa-fw"></i> <a href="#" class="filter-vert-toggle-collapse"><?= t('Expand vertically') ?></a>
</span>
</li>
<?php endif ?>
<?php if ($this->user->hasProjectAccess('TaskCreationController', 'show', $project['id'])): ?>