* code for task#828.

* adjust the featurebar of task.
This commit is contained in:
chencongzhi520@gmail.com
2012-09-01 02:16:36 +00:00
parent 1f09310858
commit d3a15be3ea
6 changed files with 14 additions and 9 deletions
+5 -4
View File
@@ -656,10 +656,11 @@ class project extends control
$charts = $this->report->createJSChartFlot($project->name, $dataJSON, $count, 700, 350);
/* Assign. */
$this->view->header = $header;
$this->view->position = $position;
$this->view->tabID = 'burn';
$this->view->charts = $charts;
$this->view->header = $header;
$this->view->position = $position;
$this->view->tabID = 'burn';
$this->view->charts = $charts;
$this->view->projectID = $projectID;
$this->display();
}