* Adjust the title.

This commit is contained in:
chencongzhi520@gmail.com
2012-06-19 01:27:05 +00:00
parent cc616f3508
commit 87c20f4f3b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -343,9 +343,9 @@ class task extends control
$project = $this->project->getById($task->project);
$this->project->setMenu($this->project->getPairs(), $project->id);
$header['title'] = $project->name . $this->lang->colon . $this->lang->task->view;
$header['title'] = "TASK#$task->id $task->name / $project->name";
$position[] = html::a($this->createLink('project', 'browse', "projectID=$task->project"), $project->name);
$position[] = $this->lang->task->view;
$position[] = $task->name;
$this->view->header = $header;
$this->view->position = $position;