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