From aebd912505aee0fdc38b4c99c662af608f87e4cf Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 28 May 2023 01:13:23 +0000 Subject: [PATCH] style fixes, bug fixes --- Theme/Backend/department-list.tpl.php | 2 +- Theme/Backend/position-list.tpl.php | 2 +- Theme/Backend/unit-list.tpl.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index 7fb7406..c5954d2 100755 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
-
getHtml('Departments'); ?>
+
getHtml('Departments'); ?>
diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 6c94518..7bfc6f1 100755 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?>
-
getHtml('Positions'); ?>
+
getHtml('Positions'); ?>
diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index c097509..1fcb0cb 100755 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -29,7 +29,7 @@ echo $this->getData('nav')->render(); ?>
-
getHtml('Units'); ?>
+
getHtml('Units'); ?>