From 920be6993c5773cc051a9965b5545667930e6e87 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 8 Oct 2022 21:34:59 +0200 Subject: [PATCH] fix tests --- Theme/Backend/event-create.tpl.php | 16 ++++++++-------- Theme/Backend/promotion-create.tpl.php | 19 ++++++++----------- Theme/Backend/promotion-profile.tpl.php | 2 +- tests/Bootstrap.php | 3 ++- 4 files changed, 19 insertions(+), 21 deletions(-) diff --git a/Theme/Backend/event-create.tpl.php b/Theme/Backend/event-create.tpl.php index 85636b2..d67ff25 100755 --- a/Theme/Backend/event-create.tpl.php +++ b/Theme/Backend/event-create.tpl.php @@ -26,14 +26,14 @@ echo $this->getData('nav')->render(); ?>
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Theme/Backend/promotion-create.tpl.php b/Theme/Backend/promotion-create.tpl.php index eb6b960..8381b63 100755 --- a/Theme/Backend/promotion-create.tpl.php +++ b/Theme/Backend/promotion-create.tpl.php @@ -26,19 +26,16 @@ echo $this->getData('nav')->render(); ?> -
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
diff --git a/Theme/Backend/promotion-profile.tpl.php b/Theme/Backend/promotion-profile.tpl.php index 7c7cbf4..03229f2 100755 --- a/Theme/Backend/promotion-profile.tpl.php +++ b/Theme/Backend/promotion-profile.tpl.php @@ -35,7 +35,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 252a62f..d46fd31 100755 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -1,4 +1,5 @@ -