* finish task #1822.

This commit is contained in:
wyd621
2014-03-07 06:20:24 +00:00
parent 98d051189d
commit 80da960931
6 changed files with 20 additions and 13 deletions
+2 -1
View File
@@ -467,7 +467,8 @@ class testcase extends control
$this->lang->set('menugroup.testcase', 'my');
$this->lang->testcase->menuOrder = $this->lang->my->menuOrder;
$this->loadModel('my')->setMenu();
$this->view->title = $this->lang->testcase->batchEdit;
$this->view->position[] = html::a($this->server->http_referer, $this->lang->my->testCase);
$this->view->title = $this->lang->testcase->batchEdit;
}
/* Judge whether the editedTasks is too large and set session. */