app, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $modules = $this->app->moduleManager->getAllModules(); $active = $this->app->moduleManager->getActiveModules(); $installed = $this->app->moduleManager->getInstalledModules(); $footerView->setPages(count($modules) / 25); $footerView->setPage(1); $footerView->setResults(count($modules)); ?>
| = $this->getHtml('ID', 0, 0); ?> | = $this->getHtml('Name') ?> | = $this->getHtml('Version') ?> | = $this->getHtml('Status') ?> |
| = $footerView->render(); ?> | |||
| = htmlspecialchars($module['name']['internal'], ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($module['name']['external'], ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($module['version'], ENT_COMPAT, 'utf-8'); ?> | getHtml('Active')); elseif (in_array($module['name']['internal'], $installed)) echo strtolower($this->getHtml('Inactive')); else echo strtolower($this->getHtml('Available')); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | |||