This commit is contained in:
Dennis Eichhorn 2015-12-18 17:43:42 +01:00
parent 7d58a2eff5
commit e04f34ce49

View File

@ -14,7 +14,7 @@
* @link http://orange-management.com
*/
$footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response);
$footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response);
$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig');
$footerView->setPages(20);
$footerView->setPage(1);