getData('account'); $permissions = $this->getData('permissions'); $audits = $this->getData('auditlogs') ?? []; $l11n = $account->l11n; $previous = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? 'admin/account/settings?id={?id}#{\#}' : 'admin/account/settings?{?}&audit=' . \reset($audits)->id . '&ptype=p#{\#}'; $next = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? 'admin/account/settings?id={?id}#{\#}' : 'admin/account/settings?{?}&audit=' . \end($audits)->id . '&ptype=n#{\#}'; echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Name'); ?> | |
| = $value->id; ?> | = $this->printHtml($value->name); ?> | |
| = $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'); ?> | ||||||