From c9c837a7a3a1ddbdda5ef93b2c2da46b25fd8ab3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 1 Mar 2020 15:00:33 +0100 Subject: [PATCH] draft tags and portlets --- Theme/Backend/audit-list.tpl.php | 8 +++----- Theme/Backend/audit-single.tpl.php | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Theme/Backend/audit-list.tpl.php b/Theme/Backend/audit-list.tpl.php index a0a1705..5fc7c6c 100644 --- a/Theme/Backend/audit-list.tpl.php +++ b/Theme/Backend/audit-list.tpl.php @@ -20,9 +20,9 @@ echo $this->getData('nav')->render(); ?>
-
+
+
getHtml('Audits') ?>
- @@ -45,9 +45,6 @@ echo $this->getData('nav')->render(); ?> - - $audit) : ++$count; $url = \phpOMS\Uri\UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $audit->getId()); ?> @@ -66,6 +63,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Audits') ?>
getHtml('Content') ?> getHtml('By') ?> getHtml('Date') ?> -
getHtml('Empty', '0', '0'); ?>
+
diff --git a/Theme/Backend/audit-single.tpl.php b/Theme/Backend/audit-single.tpl.php index e3141ff..707d292 100644 --- a/Theme/Backend/audit-single.tpl.php +++ b/Theme/Backend/audit-single.tpl.php @@ -21,7 +21,7 @@ echo $this->getData('nav')->render();
-
+
getData('audit')->getOld() ?? ''),
@@ -30,6 +30,6 @@ echo $this->getData('nav')->render();
                     ); ?>
                 
-
+
\ No newline at end of file