From 26ed5a3f458a28ae43555abcb082ccc30e435dad Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 28 May 2023 01:13:22 +0000 Subject: [PATCH] style fixes, bug fixes --- Theme/Backend/attribute-type-list.tpl.php | 2 +- Theme/Backend/attribute-type.tpl.php | 2 +- Theme/Backend/client-list.tpl.php | 2 +- Theme/Backend/client-profile-bills.tpl.php | 2 +- Theme/Backend/client-profile-items.tpl.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Theme/Backend/attribute-type-list.tpl.php b/Theme/Backend/attribute-type-list.tpl.php index 3b6d057..5b3edd4 100644 --- a/Theme/Backend/attribute-type-list.tpl.php +++ b/Theme/Backend/attribute-type-list.tpl.php @@ -22,7 +22,7 @@ echo $this->getData('nav')->render(); ?>
-
getHtml('AttributeTypes'); ?>
+
getHtml('AttributeTypes'); ?>
diff --git a/Theme/Backend/attribute-type.tpl.php b/Theme/Backend/attribute-type.tpl.php index c8306c7..378a585 100755 --- a/Theme/Backend/attribute-type.tpl.php +++ b/Theme/Backend/attribute-type.tpl.php @@ -73,7 +73,7 @@ echo $this->getData('nav')->render(); ?>
-
getHtml('Language', '0', '0'); ?>
+
getHtml('Language', '0', '0'); ?>
diff --git a/Theme/Backend/client-list.tpl.php b/Theme/Backend/client-list.tpl.php index 5b2d1d0..a06619b 100755 --- a/Theme/Backend/client-list.tpl.php +++ b/Theme/Backend/client-list.tpl.php @@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
-
getHtml('Clients'); ?>
+
getHtml('Clients'); ?>
diff --git a/Theme/Backend/client-profile-bills.tpl.php b/Theme/Backend/client-profile-bills.tpl.php index 4f3b982..a1e026d 100755 --- a/Theme/Backend/client-profile-bills.tpl.php +++ b/Theme/Backend/client-profile-bills.tpl.php @@ -21,7 +21,7 @@ $bills = $this->getData('newestInvoices') ?? [];
-
getHtml('Bills'); ?>
+
getHtml('Bills'); ?>
diff --git a/Theme/Backend/client-profile-items.tpl.php b/Theme/Backend/client-profile-items.tpl.php index eca7fe2..145168b 100755 --- a/Theme/Backend/client-profile-items.tpl.php +++ b/Theme/Backend/client-profile-items.tpl.php @@ -22,7 +22,7 @@ $items = $this->getData('items') ?? [];
-
getHtml('Items'); ?>
+
getHtml('Items'); ?>