* finish the task #869

This commit is contained in:
areyou123456
2012-08-16 07:31:48 +00:00
parent 447ca49c50
commit f232fbbde9
23 changed files with 41 additions and 39 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ class todo extends control
$this->loadModel('user')->setMenu($this->user->getPairs(), $todo->account);
$this->lang->set('menugroup.todo', $from);
$this->view->header->title = $this->lang->todo->view;
$this->view->header->title = "TODO #$todo->id $todo->name";
$this->view->position[] = $this->lang->todo->view;
$this->view->todo = $todo;
$this->view->times = $this->todo->buildTimeList($this->config->todo->times->begin, $this->config->todo->times->end, $this->config->todo->times->delta);