diff --git a/Theme/Backend/audit-list.tpl.php b/Theme/Backend/audit-list.tpl.php index ce33ddb..98aeff6 100755 --- a/Theme/Backend/audit-list.tpl.php +++ b/Theme/Backend/audit-list.tpl.php @@ -29,28 +29,105 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> + + + | = $this->getHtml('Module'); ?> + + + | = $this->getHtml('Action'); ?> + + + | = $this->getHtml('Type'); ?> - | = $this->getHtml('Trigger'); ?> - | = $this->getHtml('Content'); ?> + + + + | = $this->getHtml('Trigger'); ?> + + + | = $this->getHtml('By'); ?> + + + | = $this->getHtml('Ref'); ?> + + + | = $this->getHtml('Date'); ?> + + + | = $audit->getType(); ?> | = $audit->getTrigger(); ?> - | = $this->printHtml($audit->getContent()); ?> | = $this->printHtml($audit->createdBy->login); ?> | = $this->printHtml($audit->getRef()); ?> | = $audit->createdAt->format('Y-m-d H:i:s'); ?> |