From 78c03858241e4c4e05803b49d5b23e33213cd8ee Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 16 Apr 2017 20:38:39 +0200 Subject: [PATCH] Make all tables red --- Theme/Backend/department-list.tpl.php | 2 +- Theme/Backend/position-list.tpl.php | 2 +- Theme/Backend/unit-list.tpl.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index b748fd0..6cf7c83 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -29,7 +29,7 @@ echo $this->getData('nav')->render(); ?>
- +
diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 4064107..38570fc 100644 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>
-
getText('Departments'); ?>
+
diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index 4b6d4a0..b6b47a5 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -29,7 +29,7 @@ echo $this->getData('nav')->render(); ?>
-
getText('Positions'); ?>
+
getText('Units'); ?>