* @author Dennis Eichhorn * @copyright 2013 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'); $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)); ?>
$module) : $count++; $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/module/settings?id=' . $module['name']['internal']); ?>
l11n->lang['Admin']['Modules']; ?>
l11n->lang[0]['ID']; ?> l11n->lang['Admin']['Name']; ?> l11n->lang['Admin']['Version']; ?> l11n->lang['Admin']['Status']; ?>
render(); ?>
l11n->lang['Admin']['Active']); elseif (in_array($module['name']['internal'], $installed)) echo strtolower($this->l11n->lang['Admin']['Inactive']); else echo strtolower($this->l11n->lang['Admin']['Available']); ?>
l11n->lang[0]['Empty']; ?>