mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-01-26 18:28:41 +00:00
fix view l11n
This commit is contained in:
parent
d582e97695
commit
185712e1ad
|
|
@ -16,7 +16,7 @@ declare(strict_types=1);
|
||||||
* @var \phpOMS\Views\View $this
|
* @var \phpOMS\Views\View $this
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$footerView = new \phpOMS\Views\PaginationView($this->app, $this->request, $this->response);
|
$footerView = new \phpOMS\Views\PaginationView($this->l11nManager, $this->request, $this->response);
|
||||||
$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig');
|
$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig');
|
||||||
|
|
||||||
$footerView->setPages(25);
|
$footerView->setPages(25);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user