request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
= $this->printHtml($modules[$id]->getExternalName()); ?>
| = $this->getHtml('Name'); ?>
| = $this->printHtml($modules[$id]->getExternalName()); ?>
|
| = $this->getHtml('Version'); ?>
| = $this->printHtml($modules[$id]->getVersion()); ?>
|
| = $this->getHtml('CreatedBy'); ?>
| = $this->printHtml($modules[$id]->get()['creator']['name']); ?>
|
| = $this->getHtml('Website'); ?>
| = $this->printHtml($modules[$id]->get()['creator']['website']); ?>
|
| = $this->getHtml('Description'); ?>
| = $this->printHtml($modules[$id]->get()['description']); ?>
|
= $this->getHtml('Settings'); ?>
= $this->getHtml('Permissions'); ?>
| = $this->getHtml('ID', '0', '0'); ?>
| Type
| = $this->getHtml('Name'); ?>
|
getData('groupPermissions');
foreach ($groupPermissions as $key => $value) : ++$c;
$url = UriFactory::build('{/prefix}admin/group/settings?{?}&id=' . $value->getId()); ?>
|
| Group
| = $value->name; ?>
|
| = $this->getHtml('Empty', '0', '0'); ?>
|
request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
= $this->getHtml('Audits', 'Auditor'); ?>
| = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Module', 'Auditor'); ?>
| = $this->getHtml('Type', 'Auditor'); ?>
| = $this->getHtml('Trigger', 'Auditor'); ?>
| = $this->getHtml('Content', 'Auditor'); ?>
| = $this->getHtml('By', 'Auditor'); ?>
| = $this->getHtml('Ref', 'Auditor'); ?>
| = $this->getHtml('Date', 'Auditor'); ?>
|
$audit) : ++$count;
$url = UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $audit->getId()); ?>
| = $audit->getId(); ?>
| = $this->printHtml($audit->getModule()); ?>
| = $audit->getType(); ?>
| = $this->printHtml($audit->getTrigger()); ?>
| = $this->printHtml($audit->getContent()); ?>
| = $this->printHtml($audit->createdBy->login); ?>
| = $this->printHtml($audit->getRef()); ?>
| = $audit->createdAt->format('Y-m-d H:i'); ?>
|
| = $this->getHtml('Empty', '0', '0'); ?>
|