diff --git a/Theme/Backend/accounts-single.tpl.php b/Theme/Backend/accounts-single.tpl.php index 07e9fbb..083faa4 100755 --- a/Theme/Backend/accounts-single.tpl.php +++ b/Theme/Backend/accounts-single.tpl.php @@ -283,7 +283,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> - | = $this->getHtml('Module', 'Auditor') ?> - | = $this->getHtml('Type', 'Auditor') ?> - | = $this->getHtml('Subtype', 'Auditor') ?> - | = $this->getHtml('Old', 'Auditor') ?> - | = $this->getHtml('New', 'Auditor') ?> - | = $this->getHtml('Content', 'Auditor') ?> - | = $this->getHtml('By', 'Auditor') ?> - | = $this->getHtml('Date', 'Auditor') ?> + | = $this->getHtml('Module') ?> + | = $this->getHtml('Type') ?> + | = $this->getHtml('Subtype') ?> + | = $this->getHtml('Old') ?> + | = $this->getHtml('New') ?> + | = $this->getHtml('Content') ?> + | = $this->getHtml('By') ?> + | = $this->getHtml('Ref') ?> + | = $this->getHtml('Date') ?> | = $this->printHtml($audit->getNew()); ?> | = $this->printHtml($audit->getContent()); ?> | = $this->printHtml($audit->getCreatedBy()->getName()); ?> + | = $this->printHtml($audit->getRef()); ?> | = $audit->getCreatedAt()->format('Y-m-d H:i'); ?>
diff --git a/Theme/Backend/groups-single.tpl.php b/Theme/Backend/groups-single.tpl.php
index 0f7d08b..db0be4f 100755
--- a/Theme/Backend/groups-single.tpl.php
+++ b/Theme/Backend/groups-single.tpl.php
@@ -259,7 +259,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Audits', 'Auditor') ?>
|