* Optimize code for my::testtask.
This commit is contained in:
@@ -647,6 +647,7 @@ EOF;
|
||||
$this->view->blockedCount = $blockedCount;
|
||||
$this->view->mode = 'testtask';
|
||||
$this->view->pager = $pager;
|
||||
$this->view->param = $param;
|
||||
$this->display();
|
||||
}
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@ dtable
|
||||
(
|
||||
set::cols($cols),
|
||||
set::data($data),
|
||||
set::userMap($users),
|
||||
set::fixedLeftWidth('20%'),
|
||||
set::footer(array(array('html' => $footerHTML), 'flex', 'pager')),
|
||||
set::footPager(usePager()),
|
||||
|
||||
Reference in New Issue
Block a user