* @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ /** * @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); $accounts = $this->getData('accounts'); ?>
| = $this->getText('ID', 0, 0); ?> | = $this->getText('Name'); ?> | = $this->getText('Activity'); ?> |
| = $footerView->render(); ?> | ||
| = $account->getId(); ?> | = $account->getName3() . ' ' . $account->getName2() . ' ' . $account->getName1(); ?> | = $account->getLastActive()->format('Y-m-d'); ?> |
| = $this->getText('Empty', 0, 0); ?> | ||