getData('modules') ?? []; $active = $this->getData('active') ?? []; $isntalled = $this->getData('isntalled') ?? []; ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Name'); ?> | = $this->getHtml('Version'); ?> | = $this->getHtml('Status'); ?> |
| = $module->getId(); ?> | = $this->printHtml($module->getExternalName()); ?> | = $this->printHtml($module->getVersion()); ?> | getHtml('Active')); elseif ($status === ModuleStatus::INACTIVE) echo \mb_strtolower($this->getHtml('Inactive')); else echo \mb_strtolower($this->getHtml('Available')); ?> |
| = $this->getHtml('Empty', '0', '0'); ?> | |||