From 8060bb40780c73dbafd074aa594271b51743a4fd Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 11 Mar 2025 18:39:41 +0000 Subject: [PATCH] fix bugs --- Theme/Backend/inspection-list.tpl.php | 1 - Theme/Backend/inspection-view.tpl.php | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 Theme/Backend/inspection-view.tpl.php diff --git a/Theme/Backend/inspection-list.tpl.php b/Theme/Backend/inspection-list.tpl.php index 7cb7912..b9fe7d5 100644 --- a/Theme/Backend/inspection-list.tpl.php +++ b/Theme/Backend/inspection-list.tpl.php @@ -16,7 +16,6 @@ use phpOMS\Uri\UriFactory; echo $this->data['nav']->render(); ?> -
diff --git a/Theme/Backend/inspection-view.tpl.php b/Theme/Backend/inspection-view.tpl.php new file mode 100644 index 0000000..a075e76 --- /dev/null +++ b/Theme/Backend/inspection-view.tpl.php @@ -0,0 +1,9 @@ +
+
+
+
+ +
+
+
+
\ No newline at end of file