From 126b8602c42ca5783710e9179c6f42b906775053 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/stock-list.tpl.php | 2 ++ Theme/Backend/stock-location-list.tpl.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Theme/Backend/stock-list.tpl.php b/Theme/Backend/stock-list.tpl.php index c79278e..b339f21 100755 --- a/Theme/Backend/stock-list.tpl.php +++ b/Theme/Backend/stock-list.tpl.php @@ -22,6 +22,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Stocks'); ?>
+
@@ -42,6 +43,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Empty', '0', '0'); ?>
+
diff --git a/Theme/Backend/stock-location-list.tpl.php b/Theme/Backend/stock-location-list.tpl.php index 5be3734..a974790 100755 --- a/Theme/Backend/stock-location-list.tpl.php +++ b/Theme/Backend/stock-location-list.tpl.php @@ -22,6 +22,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Locations'); ?>
+
@@ -42,6 +43,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Empty', '0', '0'); ?>
+