getData('modules'); $active = $this->getData('active'); $installed = $this->getData('installed'); $id = $this->getData('id'); $audits = $this->getData('auditlogs') ?? []; $nav = $this->getData('nav'); $previous = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? '{/prefix}admin/module/settings?id={?id}#{\#}' : '{/prefix}admin/module/settings?{?}&audit=' . \reset($audits)->getId() . '&ptype=p#{\#}'; $next = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? '{/prefix}admin/module/settings?id={?id}#{\#}' : '{/prefix}admin/module/settings?{?}&audit=' . \end($audits)->getId() . '&ptype=n#{\#}'; if ($nav !== null) { echo $this->getData('nav')->render(); } ?>
| = $this->getHtml('Name'); ?> | = $this->printHtml($modules[$id]['name']['external']); ?> |
| = $this->getHtml('Version'); ?> | = $this->printHtml($modules[$id]['version']); ?> |
| = $this->getHtml('CreatedBy'); ?> | = $this->printHtml($modules[$id]['creator']['name']); ?> |
| = $this->getHtml('Website'); ?> | = $this->printHtml($modules[$id]['creator']['website']); ?> |
| = $this->getHtml('Description'); ?> | = $this->printHtml($modules[$id]['description']); ?> |
| = $this->getHtml('ID', '0', '0'); ?> | Type | = $this->getHtml('Name'); ?> |
| Group | = $value->getName(); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | ||
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Module', 'Auditor'); ?> | = $this->getHtml('Type', 'Auditor'); ?> | = $this->getHtml('Subtype', 'Auditor'); ?> | = $this->getHtml('Old', 'Auditor'); ?> | = $this->getHtml('New', 'Auditor'); ?> | = $this->getHtml('Content', 'Auditor'); ?> | = $this->getHtml('By', 'Auditor'); ?> | = $this->getHtml('Ref', 'Auditor'); ?> | = $this->getHtml('Date', 'Auditor'); ?> |
| = $audit->getId(); ?> | = $this->printHtml($audit->getModule()); ?> | = $audit->getType(); ?> | = $audit->getSubtype(); ?> | = $this->printHtml($audit->getOld()); ?> | = $this->printHtml($audit->getNew()); ?> | = $this->printHtml($audit->getContent()); ?> | = $this->printHtml($audit->getCreatedBy()->getName()); ?> | = $this->printHtml($audit->getRef()); ?> | = $audit->getCreatedAt()->format('Y-m-d H:i'); ?> |
| = $this->getHtml('Empty', '0', '0'); ?> | |||||||||