mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-01-30 04:08:40 +00:00
Fix pages in view
This commit is contained in:
parent
b2dd2f8927
commit
fbeafea55d
|
|
@ -17,7 +17,7 @@
|
||||||
$footerView = new \phpOMS\Views\PaginationView($this->app, $this->request, $this->response);
|
$footerView = new \phpOMS\Views\PaginationView($this->app, $this->request, $this->response);
|
||||||
$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig');
|
$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig');
|
||||||
|
|
||||||
$footerView->setPages(1 / 25);
|
$footerView->setPages(25);
|
||||||
$footerView->setPage(1);
|
$footerView->setPage(1);
|
||||||
$footerView->setResults(1);
|
$footerView->setResults(1);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user