* adjust the UI of task.

This commit is contained in:
wangchunsheng
2010-02-09 08:20:55 +00:00
parent b50dc4c82c
commit ff2315e62d
5 changed files with 20 additions and 22 deletions

View File

@@ -150,6 +150,7 @@ class task extends control
$this->assign('project', $project);
$this->assign('task', $task);
$this->assign('actions', $this->action->getList('task', $taskID));
$this->assign('users', $this->loadModel('user')->getPairs('noletter'));
$this->display();
}