From 54d4d1d9f0c037fb1e78e94d7caa24bf151397a3 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 6acb004..a120ed7 100755 --- 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