From dd929e80f45b7c57160ebbb71d491b87193897da Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 17 Feb 2019 18:58:41 +0100 Subject: [PATCH] Add download to tables --- 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 ac471a8..a30013e 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
- +
getHtml('Departments') ?>getHtml('Departments') ?>
getHtml('ID', 0, 0); ?> diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 8eb8957..a832549 100644 --- 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('Positions') ?>
getHtml('ID', 0, 0); ?> diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index a5a9f92..3d557bc 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
- +
getHtml('Units') ?>getHtml('Units') ?>
getHtml('ID', 0, 0); ?>