From 88444e8b3e35e460e47cda0080957641071a2a6c Mon Sep 17 00:00:00 2001 From: ashbike Date: Wed, 25 Feb 2015 12:05:14 +0530 Subject: A small patch which enables scroll view toggling. If there are many columns, the board adds a horizontal scrollbar. However, This looses the full board visibility. Now there is a menu item on the Board, Action > Toggle view which switches. This can also be toggled by 'c' keypress. --- app/Template/board/filters.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/Template') diff --git a/app/Template/board/filters.php b/app/Template/board/filters.php index a0de5fd9..673cc1fd 100644 --- a/app/Template/board/filters.php +++ b/app/Template/board/filters.php @@ -13,6 +13,10 @@ +
  • + + +
  • a(t('Search'), 'project', 'search', array('project_id' => $project['id'])) ?> -- cgit v1.2.3