data['group']; $permissions = $this->data['permissions']; $accounts = $group->getAccounts(); $audits = $this->data['auditlogs'] ?? []; $previous = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? 'admin/group/view?id={?id}#{\#}' : 'admin/group/view?{?}&audit=' . \reset($audits)->id . '&ptype=p#{\#}'; $next = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? 'admin/group/view?id={?id}#{\#}' : 'admin/group/view?{?}&audit=' . \end($audits)->id . '&ptype=n#{\#}'; echo $this->data['nav']->render(); ?>
request->uri->fragment) || $this->request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
getHtml('Group'); ?>
data['editor']->render('group-editor'); ?>
data['editor']->data['text']->render( 'group-editor', 'description', 'fGroupEdit', $group->descriptionRaw, $group->description ); ?>
request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
getHtml('Accounts'); ?>
data['accGrpSelector']->render('iAccount', 'group', true); ?>
getHtml('Accounts'); ?>download
$value) : ++$c; $url = UriFactory::build('{/base}/admin/account/view?{?}&id=' . $value->id); ?>
getHtml('ID', '0', '0'); ?>expand_lessexpand_more getHtml('Name'); ?>expand_lessexpand_more
id; ?> printHtml($value->login); ?>
getHtml('Empty', '0', '0'); ?>
request->uri->fragment === 'c-tab-3' ? ' checked' : ''; ?>>
getHtml('Permissions'); ?>
getHtml('Permissions'); ?>download
$value) : ++$c; $permission = $value->getPermission(); ?>
getHtml('ID', '0', '0'); ?>expand_lessexpand_more getHtml('Unit'); ?>expand_lessexpand_more getHtml('App'); ?>expand_lessexpand_more getHtml('Module'); ?>expand_lessexpand_more getHtml('Type'); ?>expand_lessexpand_more getHtml('Ele'); ?>expand_lessexpand_more getHtml('Comp'); ?>expand_lessexpand_more getHtml('Perm'); ?>
settings id; ?> printHtml(isset($this->data['units'][$value->unit]) ? $this->data['units'][$value->unit]->name : ''); ?> printHtml(isset($this->data['apps'][$value->app]) ? $this->data['apps'][$value->app]->name : ''); ?> printHtml($value->module); ?> printHtml((string) $value->category); ?> printHtml((string) $value->element); ?> printHtml((string) $value->component); ?> C R U D P
getHtml('Empty', '0', '0'); ?>
request->uri->fragment === 'c-tab-4' ? ' checked' : ''; ?>>
getHtml('Audits', 'Auditor'); ?>download
$audit) : ++$count; $url = UriFactory::build('{/base}/admin/audit/view?{?}&id=' . $audit->id); ?>
getHtml('ID', '0', '0'); ?> getHtml('Module', 'Auditor'); ?> getHtml('Type', 'Auditor'); ?> getHtml('Trigger', 'Auditor'); ?> getHtml('By', 'Auditor'); ?> getHtml('Ref', 'Auditor'); ?> getHtml('Date', 'Auditor'); ?>
id; ?> printHtml($audit->module); ?> type; ?> printHtml($audit->trigger); ?> printHtml($audit->createdBy->login); ?> printHtml($audit->ref); ?> createdAt->format('Y-m-d H:i'); ?>
getHtml('Empty', '0', '0'); ?>