From 12c16a11d04454f3e9743422d083fd7184e556ef Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 21 May 2018 10:52:16 +0200 Subject: [PATCH] Exchange fixes --- Theme/Backend/editor-list.tpl.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Theme/Backend/editor-list.tpl.php b/Theme/Backend/editor-list.tpl.php index b2264a3..7909ab0 100644 --- a/Theme/Backend/editor-list.tpl.php +++ b/Theme/Backend/editor-list.tpl.php @@ -13,12 +13,6 @@ /** * @var \phpOMS\Views\View $this */ - -$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); - $docs = $this->getData('docs'); echo $this->getData('nav')->render(); ?> @@ -44,8 +38,8 @@ echo $this->getData('nav')->render(); ?> printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?> - getHtml('Empty', 0, 0); ?> - + getHtml('Empty', 0, 0); ?> +