+ add title.

This commit is contained in:
zhujinyong
2013-02-22 02:35:58 +00:00
parent a2a018e42d
commit 0458e4aa82

View File

@@ -70,6 +70,7 @@ class product extends control
$this->app->loadLang('my');
$this->view->projectStats = $this->loadModel('project')->getProjectStats($status, $productID);
$this->view->title = $this->products[$productID] . $this->lang->colon . $this->lang->product->project;
$this->view->productID = $productID;
$this->display();
}
@@ -414,6 +415,7 @@ class product extends control
die(js::reload('parent'));
}
$this->product->setMenu($this->products, $productID);
$this->view->title = $this->products[$productID] . $this->lang->colon . $this->lang->product->order;
$this->view->products = $this->product->getList('noclosed');
$this->display();
}