| = h(t('common.date')) ?> | = h(t('audit.user')) ?> | = h(t('audit.action')) ?> | = h(t('audit.item')) ?> | = h(t('audit.path')) ?> |
|---|---|---|---|---|
| = h($row['created_at']) ?> | = h($row['actor'] ?: t('audit.deleted_account')) ?> | = h($row['summary'] ?: $row['action']) ?> | = h(trim((string)$row['entity_type'] . ' ' . (string)$row['entity_id'])) ?> | = h($row['method'] . ' ' . $row['path']) ?> |
| = h(t('audit.none')) ?> | ||||