From 4cba82c257d1dbccb01a637742bca8498a6bf72f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 12 Feb 2020 19:53:07 +0100 Subject: [PATCH] improve docblocks --- Theme/Backend/profile-list.tpl.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Theme/Backend/profile-list.tpl.php b/Theme/Backend/profile-list.tpl.php index 800c652..a6f2d14 100644 --- a/Theme/Backend/profile-list.tpl.php +++ b/Theme/Backend/profile-list.tpl.php @@ -14,14 +14,9 @@ declare(strict_types=1); /** * @var \phpOMS\Views\View $this + * @var \Modules\Profile\Models\Profile[] $accounts */ - -$footerView = new \phpOMS\Views\PaginationView($this->l11nManager, $this->request, $this->response); -$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); -$footerView->setPages(20); -$footerView->setPage(1); - -$accounts = $this->getData('accounts'); + $accounts = $this->getData('accounts'); ?>