diff --git a/module/my/control.php b/module/my/control.php index 6f609ed41b..7124691378 100644 --- a/module/my/control.php +++ b/module/my/control.php @@ -315,6 +315,10 @@ class my extends control $this->view->users = $this->user->getPairs('noletter'); $this->view->tabID = 'test'; $this->view->type = $type; + $this->view->recTotal = $recTotal; + $this->view->recPerPage = $recPerPage; + $this->view->pageID = $pageID; + $this->view->orderBy = $orderBy; $this->view->pager = $pager; $this->display(); diff --git a/module/my/view/testcase.html.php b/module/my/view/testcase.html.php index 575aa1717a..93cbbbdd97 100644 --- a/module/my/view/testcase.html.php +++ b/module/my/view/testcase.html.php @@ -11,7 +11,6 @@ */ ?> -
| idAB;?> | -priAB;?> | -testcase->title;?> | -typeAB;?> | -openedByAB;?> | -statusAB;?> | -actions;?> | +idAB);?> | +priAB);?> | +testcase->title);?> | +typeAB);?> | +openedByAB);?> | +statusAB);?> | +actions;?> |
|---|