getData('group'); $permissions = $this->getData('permissions'); $accounts = $group->getAccounts(); $audits = $this->getData('auditlogs') ?? []; $previous = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? 'admin/group/settings?id={?id}#{\#}' : 'admin/group/settings?{?}&audit=' . \reset($audits)->id . '&ptype=p#{\#}'; $next = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? 'admin/group/settings?id={?id}#{\#}' : 'admin/group/settings?{?}&audit=' . \end($audits)->id . '&ptype=n#{\#}'; echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Name'); ?> |
| = $value->name1; ?> = $value->name2; ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | |
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Module', 'Auditor'); ?> | = $this->getHtml('Type', 'Auditor'); ?> | = $this->getHtml('Trigger', 'Auditor'); ?> | = $this->getHtml('By', 'Auditor'); ?> | = $this->getHtml('Ref', 'Auditor'); ?> | = $this->getHtml('Date', 'Auditor'); ?> |
| = $audit->id; ?> | = $this->printHtml($audit->module); ?> | = $audit->type; ?> | = $this->printHtml($audit->trigger); ?> | = $this->printHtml($audit->createdBy->login); ?> | = $this->printHtml($audit->ref); ?> | = $audit->createdAt->format('Y-m-d H:i'); ?> |
| = $this->getHtml('Empty', '0', '0'); ?> | ||||||