From 0458e4aa82f4106c90adb7d975d2eda16af972b2 Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Fri, 22 Feb 2013 02:35:58 +0000 Subject: [PATCH] + add title. --- module/product/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/product/control.php b/module/product/control.php index e5baa80071..c176b69104 100644 --- a/module/product/control.php +++ b/module/product/control.php @@ -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(); }