request->getUri()->getFragment() === 'c-tab-1' ? ' checked' : '' ?>>
= $this->printHtml($modules[$id]['name']['external']); ?>
| = $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('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->getName(); ?>
|
| = $this->getHtml('Empty', '0', '0'); ?>
|
request->getUri()->getFragment() === 'c-tab-2' ? ' checked' : '' ?>>
= $this->getHtml('Audits', 'Auditor') ?>
| = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Module') ?>
| = $this->getHtml('Type') ?>
| = $this->getHtml('Subtype') ?>
| = $this->getHtml('Old') ?>
| = $this->getHtml('New') ?>
| = $this->getHtml('Content') ?>
| = $this->getHtml('By') ?>
| = $this->getHtml('Ref') ?>
| = $this->getHtml('Date') ?>
|
$audit) : ++$count;
$url = UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $audit->getId()); ?>
| = $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'); ?>
|