diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-26 18:10:00 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-26 18:10:00 -0400 |
commit | 53f4b410088258cf76162543909db025ecb62656 (patch) | |
tree | 20d23ae925887807edbc1e08a8b2dd4dcb318bb5 /app/Template/project | |
parent | 1fca5e721ab63d4d49e068331aee90abb111dbc2 (diff) |
Add the possibility to set/unset max column height (scrolling)
Diffstat (limited to 'app/Template/project')
-rw-r--r-- | app/Template/project/filters.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Template/project/filters.php b/app/Template/project/filters.php index fa50b36a..41663b8a 100644 --- a/app/Template/project/filters.php +++ b/app/Template/project/filters.php @@ -21,6 +21,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-max-height" style="display: none"> + <i class="fa fa-arrows-v fa-fw"></i> <a href="#" class="filter-toggle-height"><?= t('Set maximum column height') ?></a> + </span> + <span class="filter-min-height"> + <i class="fa fa-arrows-v fa-fw"></i> <a href="#" class="filter-toggle-height"><?= t('Remove maximum column height') ?></a> + </span> + </li> <?php endif ?> <?= $this->render('project/dropdown', array('project' => $project)) ?> </ul> |