+ add the feature of delete and view to product.

This commit is contained in:
wangchunsheng
2010-04-10 14:50:59 +00:00
parent 739759d7b1
commit 449969e91f
10 changed files with 104 additions and 25 deletions
+10 -5
View File
@@ -28,11 +28,16 @@ class action extends control
{
/* 登记session。*/
$uri = $this->app->getURI(true);
$this->session->set('bugList', $uri);
$this->session->set('caseList', $uri);
$this->session->set('storyList', $uri);
$this->session->set('taskList', $uri);
$this->session->set('buildList', $uri);
$this->session->set('productList', $uri);
$this->session->set('productPlanList', $uri);
$this->session->set('releaseList', $uri);
$this->session->set('storyList', $uri);
$this->session->set('projectList', $uri);
$this->session->set('taskList', $uri);
$this->session->set('buildList', $uri);
$this->session->set('bugList', $uri);
$this->session->set('caseList', $uri);
$this->session->set('testtaskList', $uri);
/* 设置标题和导航条。*/
$this->view->header->title = $this->lang->action->trash;