From 2732aea19013090d02543388dda4c304689da0b5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 5 Sep 2021 20:16:54 +0200 Subject: [PATCH] fix table overflow --- Theme/Backend/event-list.tpl.php | 2 ++ Theme/Backend/promotion-list.tpl.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Theme/Backend/event-list.tpl.php b/Theme/Backend/event-list.tpl.php index b9025a6..0f93195 100755 --- a/Theme/Backend/event-list.tpl.php +++ b/Theme/Backend/event-list.tpl.php @@ -23,6 +23,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Events'); ?>
+
@@ -42,6 +43,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Empty', '0', '0'); ?>
+
diff --git a/Theme/Backend/promotion-list.tpl.php b/Theme/Backend/promotion-list.tpl.php index b18cc0e..51d1e8e 100755 --- a/Theme/Backend/promotion-list.tpl.php +++ b/Theme/Backend/promotion-list.tpl.php @@ -25,6 +25,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Promotions'); ?>
+
@@ -43,6 +44,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Empty', '0', '0'); ?>
+