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(); ?>
getHtml('Audits', 'Auditor') ?>
- + @@ -291,19 +291,21 @@ echo $this->getData('nav')->render(); ?> + $audit) : ++$count; $url = UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $audit->getId()); ?> @@ -316,6 +318,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('ID', '0', '0'); ?> - getHtml('Module', 'Auditor') ?> - getHtml('Type', 'Auditor') ?> - getHtml('Subtype', 'Auditor') ?> - getHtml('Old', 'Auditor') ?> - getHtml('New', 'Auditor') ?> - getHtml('Content', 'Auditor') ?> - getHtml('By', 'Auditor') ?> - getHtml('Date', 'Auditor') ?> + getHtml('Module') ?> + getHtml('Type') ?> + getHtml('Subtype') ?> + getHtml('Old') ?> + getHtml('New') ?> + getHtml('Content') ?> + getHtml('By') ?> + getHtml('Ref') ?> + getHtml('Date') ?>
printHtml($audit->getNew()); ?> printHtml($audit->getContent()); ?> printHtml($audit->getCreatedBy()->getName()); ?> + printHtml($audit->getRef()); ?> 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(); ?>
getHtml('Audits', 'Auditor') ?>
- + @@ -267,19 +267,21 @@ echo $this->getData('nav')->render(); ?> + $audit) : ++$count; $url = UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $audit->getId()); ?> @@ -292,6 +294,7 @@ echo $this->getData('nav')->render(); ?> getData('groupPermissions'); foreach ($groupPermissions as $key => $value) : ++$c; - $url = \phpOMS\Uri\UriFactory::build('{/prefix}admin/group/settings?{?}&id=' . $value->getId()); ?> + $url = UriFactory::build('{/prefix}admin/group/settings?{?}&id=' . $value->getId()); ?>
getHtml('ID', '0', '0'); ?> - getHtml('Module', 'Auditor') ?> - getHtml('Type', 'Auditor') ?> - getHtml('Subtype', 'Auditor') ?> - getHtml('Old', 'Auditor') ?> - getHtml('New', 'Auditor') ?> - getHtml('Content', 'Auditor') ?> - getHtml('By', 'Auditor') ?> - getHtml('Date', 'Auditor') ?> + getHtml('Module') ?> + getHtml('Type') ?> + getHtml('Subtype') ?> + getHtml('Old') ?> + getHtml('New') ?> + getHtml('Content') ?> + getHtml('By') ?> + getHtml('Ref') ?> + getHtml('Date') ?>
printHtml($audit->getNew()); ?> printHtml($audit->getContent()); ?> printHtml($audit->getCreatedBy()->getName()); ?> + printHtml($audit->getRef()); ?> getCreatedAt()->format('Y-m-d H:i'); ?> diff --git a/Theme/Backend/modules-single.tpl.php b/Theme/Backend/modules-single.tpl.php index de9b83d..ea2e7f0 100755 --- a/Theme/Backend/modules-single.tpl.php +++ b/Theme/Backend/modules-single.tpl.php @@ -71,18 +71,18 @@ if ($nav !== null) {
-
+
-
+
-
+
@@ -90,12 +90,12 @@ if ($nav !== null) {
-
+
-
+
@@ -127,7 +127,7 @@ if ($nav !== null) {
Group @@ -150,7 +150,7 @@ if ($nav !== null) {
getHtml('Audits', 'Auditor') ?>
- + @@ -158,19 +158,21 @@ if ($nav !== null) { + $audit) : ++$count; $url = UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $audit->getId()); ?> @@ -183,6 +185,7 @@ if ($nav !== null) {
getHtml('ID', '0', '0'); ?> - getHtml('Module', 'Auditor') ?> - getHtml('Type', 'Auditor') ?> - getHtml('Subtype', 'Auditor') ?> - getHtml('Old', 'Auditor') ?> - getHtml('New', 'Auditor') ?> - getHtml('Content', 'Auditor') ?> - getHtml('By', 'Auditor') ?> - getHtml('Date', 'Auditor') ?> + getHtml('Module') ?> + getHtml('Type') ?> + getHtml('Subtype') ?> + getHtml('Old') ?> + getHtml('New') ?> + getHtml('Content') ?> + getHtml('By') ?> + getHtml('Ref') ?> + getHtml('Date') ?>
printHtml($audit->getNew()); ?> printHtml($audit->getContent()); ?> printHtml($audit->getCreatedBy()->getName()); ?> + printHtml($audit->getRef()); ?> getCreatedAt()->format('Y-m-d H:i'); ?>