* @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ $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); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Status') ?> | = $this->getHtml('Type') ?> | = $this->getHtml('Title') ?> | = $this->getHtml('Start') ?> | = $this->getHtml('End') ?> | = $this->getHtml('Location') ?> | = $this->getHtml('Expenses') ?> | = $this->getHtml('Sales') ?> | = $this->getHtml('Budget') ?> |
| = $footerView->render(); ?> | ||||||||
| = $this->getHtml('Empty', 0, 0); ?> | ||||||||