Integration of the chosen jquery plugin for the board selector

This commit is contained in:
Frédéric Guillot
2014-07-06 11:28:01 -03:00
parent 7b96013a06
commit 0e118da124
7 changed files with 17 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ class Board extends Base
'categories' => $this->category->getList($project_id, true, true),
'menu' => 'boards',
'title' => $projects[$project_id],
'board_selector' => array(t('Display another project')) + $projects,
'board_selector' => $projects,
)));
}