From 3bf21ba7b7ff452c43b3b4ac9697688db227c639 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 18 Apr 2021 22:29:46 +0200 Subject: [PATCH] new form layout and other tpl fixes --- 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 120e5d0..0e3073d 100755 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -29,7 +29,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Departments'); ?>
- +
getHtml('ID', '0', '0'); ?> diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 4a47024..ff614d8 100755 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -29,7 +29,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Positions'); ?>
- +
getHtml('ID', '0', '0'); ?> diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index 051b367..feb632c 100755 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -30,7 +30,7 @@ echo $this->getData('nav')->render(); ?>
getHtml('Units'); ?>
- +
getHtml('ID', '0', '0'); ?>