diff options
author | ashbike <helloashbike@gmail.com> | 2015-02-28 14:31:20 +0530 |
---|---|---|
committer | ashbike <helloashbike@gmail.com> | 2015-02-28 14:31:20 +0530 |
commit | 621b979627c19e41fc955d939615fc8b7779a2a9 (patch) | |
tree | 807dcc31a2bdc6ede08bcb09c6e7fc8fbf310ed8 /app/Template/board | |
parent | db59460da16bc607ae2e73838925bf3f6a95259d (diff) | |
parent | 106f45258c5018a811fb8e38ee7fb123da5f3459 (diff) |
Added a menu item and short key 'c' to toggle board view. View modes are compact (tries to stuff all columns in the window) and wide (scrollbar appears)
Diffstat (limited to 'app/Template/board')
-rw-r--r-- | app/Template/board/filters.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Template/board/filters.php b/app/Template/board/filters.php index 01923903..acaba54d 100644 --- a/app/Template/board/filters.php +++ b/app/Template/board/filters.php @@ -14,6 +14,10 @@ </span> </li> <li> + <i class="fa fa-th"></i> + <a href="#" class="compactview-toggle"><?= t('Toggle view') ?></a> + </li> + <li> <i class="fa fa-search fa-fw"></i> <?= $this->a(t('Search'), 'project', 'search', array('project_id' => $project['id'])) ?> </li> |