Add dropdown menu with inline popup for all task actions

This commit is contained in:
Frederic Guillot
2016-02-03 20:53:07 -05:00
parent 6d388ec48d
commit 346151e103
25 changed files with 207 additions and 189 deletions

View File

@@ -60,7 +60,7 @@ class Layout extends Base
*/
public function task($template, array $params)
{
$params['title'] = '#'.$params['task']['id'].' '.$params['task']['title'];
$params['title'] = $params['task']['title'];
return $this->subLayout('task/layout', 'task/sidebar', $template, $params);
}