* finish task#1645.
This commit is contained in:
@@ -249,6 +249,7 @@ class testcase extends control
|
||||
|
||||
$title = $this->products[$productID] . $this->lang->colon . $this->lang->testcase->create;
|
||||
$position[] = html::a($this->createLink('testcase', 'browse', "productID=$productID"), $this->products[$productID]);
|
||||
$position[] = $this->lang->testcase->common;
|
||||
$position[] = $this->lang->testcase->create;
|
||||
|
||||
$this->view->title = $title;
|
||||
@@ -305,6 +306,7 @@ class testcase extends control
|
||||
|
||||
$title = $this->products[$productID] . $this->lang->colon . $this->lang->testcase->batchCreate;
|
||||
$position[] = html::a($this->createLink('testcase', 'browse', "productID=$productID"), $this->products[$productID]);
|
||||
$position[] = $this->lang->testcase->common;
|
||||
$position[] = $this->lang->testcase->batchCreate;
|
||||
|
||||
$this->view->title = $title;
|
||||
@@ -339,6 +341,7 @@ class testcase extends control
|
||||
|
||||
$this->view->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->common;
|
||||
$this->view->position[] = $this->lang->testcase->view;
|
||||
|
||||
$this->view->case = $case;
|
||||
@@ -398,6 +401,7 @@ class testcase extends control
|
||||
$currentModuleID = $case->module;
|
||||
$title = $this->products[$productID] . $this->lang->colon . $this->lang->testcase->edit;
|
||||
$position[] = html::a($this->createLink('testcase', 'browse', "productID=$productID"), $this->products[$productID]);
|
||||
$position[] = $this->lang->testcase->common;
|
||||
$position[] = $this->lang->testcase->edit;
|
||||
|
||||
/* Set menu. */
|
||||
|
||||
Reference in New Issue
Block a user