* code for task#1043.

This commit is contained in:
zhujinyong
2013-01-06 03:11:16 +00:00
parent 4f23bc92db
commit f5259d3ec0
2 changed files with 12 additions and 8 deletions
+4
View File
@@ -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();