From 840041359a8635d2418922b143b685257978214a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 17 May 2016 20:14:04 +0200 Subject: [PATCH] Simplyfing layout --- Theme/Backend/department-create.tpl.php | 2 +- Theme/Backend/department-list.tpl.php | 4 ++-- Theme/Backend/position-create.tpl.php | 2 +- Theme/Backend/position-list.tpl.php | 4 ++-- Theme/Backend/position-profile.tpl.php | 2 +- Theme/Backend/unit-create.tpl.php | 2 +- Theme/Backend/unit-list.tpl.php | 4 ++-- Theme/Backend/unit-profile.tpl.php | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Theme/Backend/department-create.tpl.php b/Theme/Backend/department-create.tpl.php index 0f921e4..9783f18 100644 --- a/Theme/Backend/department-create.tpl.php +++ b/Theme/Backend/department-create.tpl.php @@ -20,7 +20,7 @@ echo $this->getData('nav')->render(); ?>
-

l11n->lang['Organization']['Department']; ?>

+

l11n->lang['Organization']['Department']; ?>

diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index a85c99e..73d311d 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -26,7 +26,7 @@ $footerView->setResults(1); echo $this->getData('nav')->render(); ?> -
+
@@ -51,4 +51,4 @@ echo $this->getData('nav')->render(); ?>
l11n->lang['Organization']['Departments']; ?>
l11n->lang[0]['Empty']; ?>
-
+ diff --git a/Theme/Backend/position-create.tpl.php b/Theme/Backend/position-create.tpl.php index 6827d07..5c6bfe5 100644 --- a/Theme/Backend/position-create.tpl.php +++ b/Theme/Backend/position-create.tpl.php @@ -20,7 +20,7 @@ echo $this->getData('nav')->render(); ?>
-

l11n->lang['Organization']['Position']; ?>

+

l11n->lang['Organization']['Position']; ?>

diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index b4a3b87..027bb3f 100644 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -26,7 +26,7 @@ $footerView->setResults(1); echo $this->getData('nav')->render(); ?> -
+
@@ -45,4 +45,4 @@ echo $this->getData('nav')->render(); ?>
l11n->lang['Organization']['Positions']; ?>
getParent(); ?>
-
+ diff --git a/Theme/Backend/position-profile.tpl.php b/Theme/Backend/position-profile.tpl.php index 3562b49..56bd741 100644 --- a/Theme/Backend/position-profile.tpl.php +++ b/Theme/Backend/position-profile.tpl.php @@ -22,7 +22,7 @@ $unit = $this->getData('unit'); echo $this->getData('nav')->render(); ?>
-

l11n->lang['Organization']['Position']; ?>

+

l11n->lang['Organization']['Position']; ?>

diff --git a/Theme/Backend/unit-create.tpl.php b/Theme/Backend/unit-create.tpl.php index 410576b..53c8d87 100644 --- a/Theme/Backend/unit-create.tpl.php +++ b/Theme/Backend/unit-create.tpl.php @@ -20,7 +20,7 @@ echo $this->getData('nav')->render(); ?>
-

l11n->lang['Organization']['Unit']; ?>

+

l11n->lang['Organization']['Unit']; ?>

diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index 6e98137..5443dd1 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -26,7 +26,7 @@ $footerView->setResults(1); echo $this->getData('nav')->render(); ?> -
+
@@ -45,4 +45,4 @@ echo $this->getData('nav')->render(); ?>
l11n->lang['Organization']['Units']; ?>
getParent(); ?>
-
+ diff --git a/Theme/Backend/unit-profile.tpl.php b/Theme/Backend/unit-profile.tpl.php index 17f3768..7a8868f 100644 --- a/Theme/Backend/unit-profile.tpl.php +++ b/Theme/Backend/unit-profile.tpl.php @@ -22,7 +22,7 @@ $unit = $this->getData('unit'); echo $this->getData('nav')->render(); ?>
-

l11n->lang['Organization']['Unit']; ?>

+

l11n->lang['Organization']['Unit']; ?>