From 7dd87d837d90f084122f911c0debd470845a9c6e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 17 Apr 2024 17:45:07 +0000 Subject: [PATCH] fix templates --- Theme/Backend/audit-list.tpl.php | 4 ++-- Theme/Backend/audit-view.tpl.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Theme/Backend/audit-list.tpl.php b/Theme/Backend/audit-list.tpl.php index c20b997..9368925 100755 --- a/Theme/Backend/audit-list.tpl.php +++ b/Theme/Backend/audit-list.tpl.php @@ -41,7 +41,7 @@ echo $this->data['nav']->render(); ?>
-
+
renderTitle($this->getHtml('Audits')); ?>
@@ -98,6 +98,6 @@ echo $this->data['nav']->render(); ?> - + diff --git a/Theme/Backend/audit-view.tpl.php b/Theme/Backend/audit-view.tpl.php index 65ac88b..2d0de56 100644 --- a/Theme/Backend/audit-view.tpl.php +++ b/Theme/Backend/audit-view.tpl.php @@ -38,7 +38,7 @@ echo $this->data['nav']->render();
-
+
@@ -85,6 +85,6 @@ echo $this->data['nav']->render(); - + \ No newline at end of file