diff --git a/Admin/Settings/Theme/Backend/settings.tpl.php b/Admin/Settings/Theme/Backend/settings.tpl.php index 07ccc0b..c54ad75 100755 --- a/Admin/Settings/Theme/Backend/settings.tpl.php +++ b/Admin/Settings/Theme/Backend/settings.tpl.php @@ -182,7 +182,7 @@ echo $this->data['nav']->render();
| = $this->getHtml('Empty', '0', '0'); ?> |
| = $tableView->renderHeaderElement('id', $this->getHtml('ID', '0', '0'), 'number'); ?> - | = $tableView->renderHeaderElement('module', $this->getHtml('Module', 'Auditor', 'Backend'), 'text'); ?> - | = $tableView->renderHeaderElement('action', $this->getHtml('Action', 'Auditor', 'Backend'), 'select', - [ - 'create' => $this->getHtml('CREATE', 'Auditor', 'Backend'), - 'modify' => $this->getHtml('UPDATE', 'Auditor', 'Backend'), - 'delete' => $this->getHtml('DELETE', 'Auditor', 'Backend'), - ], - false // don't render sort - ); ?> - | = $tableView->renderHeaderElement('type', $this->getHtml('Type', 'Auditor', 'Backend'), 'number'); ?> - | = $tableView->renderHeaderElement('trigger', $this->getHtml('Trigger', 'Auditor', 'Backend'), 'text'); ?> - | = $tableView->renderHeaderElement('createdBy', $this->getHtml('By', 'Auditor', 'Backend'), 'text'); ?> - | = $tableView->renderHeaderElement('ref', $this->getHtml('Ref', 'Auditor', 'Backend'), 'text', [], true, true, false); ?> - | = $tableView->renderHeaderElement('createdAt', $this->getHtml('Date', 'Auditor', 'Backend'), 'date'); ?> - |
| = $audit->id; ?> - | = $this->printHtml($audit->module); ?> - | old === null) : echo $this->getHtml('CREATE', 'Auditor', 'Backend'); ?> - old !== null && $audit->new !== null) : echo $this->getHtml('UPDATE', 'Auditor', 'Backend'); ?> - new === null) : echo $this->getHtml('DELETE', 'Auditor', 'Backend'); ?> - getHtml('UNKNOWN', 'Auditor', 'Backend'); ?> - - | = $this->printHtml((string) $audit->type); ?> - | = $this->printHtml($audit->trigger); ?> - | = $this->printHtml( - $this->renderUserName('%3$s %2$s %1$s', [$audit->createdBy->name1, $audit->createdBy->name2, $audit->createdBy->name3, $audit->createdBy->login]) - ); ?> - | = $this->printHtml((string) $audit->ref); ?> - | = $audit->createdAt->format('Y-m-d H:i:s'); ?> - - - |
| = $this->getHtml('Empty', '0', '0'); ?> - - | |||||||
| = $this->getHtml('Empty', '0', '0'); ?> |
| = $this->getHtml('Empty', '0', '0'); ?> |
| = $uri; ?> | = $route['dest']; ?> + + | |||
| = $this->getHtml('Empty', '0', '0'); ?> + |