From 11ac0a7175af1cef55ea07166b62d9ce1de9a2c3 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/category-list.tpl.php | 2 ++ Theme/Backend/cause-list.tpl.php | 2 ++ Theme/Backend/department-list.tpl.php | 2 ++ Theme/Backend/process-list.tpl.php | 2 ++ Theme/Backend/project-list.tpl.php | 2 ++ Theme/Backend/risk-list.tpl.php | 2 ++ Theme/Backend/solution-list.tpl.php | 2 ++ Theme/Backend/unit-list.tpl.php | 2 ++ 8 files changed, 16 insertions(+) diff --git a/Theme/Backend/category-list.tpl.php b/Theme/Backend/category-list.tpl.php index 4784de9..2152666 100755 --- a/Theme/Backend/category-list.tpl.php +++ b/Theme/Backend/category-list.tpl.php @@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
+
@@ -37,6 +38,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Categories'); ?>
getHtml('Empty', '0', '0'); ?>
+
\ No newline at end of file diff --git a/Theme/Backend/cause-list.tpl.php b/Theme/Backend/cause-list.tpl.php index 3d8d293..4086fce 100755 --- a/Theme/Backend/cause-list.tpl.php +++ b/Theme/Backend/cause-list.tpl.php @@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
+
@@ -39,6 +40,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Causes'); ?>
getHtml('Empty', '0', '0'); ?>
+
\ No newline at end of file diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index 980506a..4c7e55a 100755 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
+
@@ -37,6 +38,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Departments'); ?>
getHtml('Empty', '0', '0'); ?>
+
\ No newline at end of file diff --git a/Theme/Backend/process-list.tpl.php b/Theme/Backend/process-list.tpl.php index 4d61ace..8dde889 100755 --- a/Theme/Backend/process-list.tpl.php +++ b/Theme/Backend/process-list.tpl.php @@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
+
@@ -37,6 +38,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Processes'); ?>
getHtml('Empty', '0', '0'); ?>
+
\ No newline at end of file diff --git a/Theme/Backend/project-list.tpl.php b/Theme/Backend/project-list.tpl.php index 802584d..dd7175b 100755 --- a/Theme/Backend/project-list.tpl.php +++ b/Theme/Backend/project-list.tpl.php @@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
+
@@ -37,6 +38,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Projects'); ?>
getHtml('Empty', '0', '0'); ?>
+
\ No newline at end of file diff --git a/Theme/Backend/risk-list.tpl.php b/Theme/Backend/risk-list.tpl.php index bbd44c5..ef89315 100755 --- a/Theme/Backend/risk-list.tpl.php +++ b/Theme/Backend/risk-list.tpl.php @@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
+
@@ -43,6 +44,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Risks'); ?>
getHtml('Empty', '0', '0'); ?>
+
\ No newline at end of file diff --git a/Theme/Backend/solution-list.tpl.php b/Theme/Backend/solution-list.tpl.php index d78ecce..f8201f3 100755 --- a/Theme/Backend/solution-list.tpl.php +++ b/Theme/Backend/solution-list.tpl.php @@ -19,6 +19,7 @@ echo $this->getData('nav')->render(); ?>
+
@@ -42,6 +43,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Solutions'); ?>
getHtml('Empty', '0', '0'); ?>
+
\ No newline at end of file diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index a977381..0896d3a 100755 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
+
@@ -37,6 +38,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Units'); ?>
getHtml('Empty', '0', '0'); ?>
+
\ No newline at end of file