* adjust title.

This commit is contained in:
wangchunsheng
2012-09-02 08:46:58 +00:00
parent d9b3b7b1e5
commit bed26e91db
+1 -1
View File
@@ -317,7 +317,7 @@ class testcase extends control
$productID = $case->product;
$this->testcase->setMenu($this->products, $productID);
$this->view->header['title'] = "CASE #$case->id $case->title/" . $this->products[$productID];
$this->view->header['title'] = "CASE #$case->id $case->title - " . $this->products[$productID];
$this->view->position[] = html::a($this->createLink('testcase', 'browse', "productID=$productID"), $this->products[$productID]);
$this->view->position[] = $this->lang->testcase->view;