From f3c8ad42104b73f3ad86bab92c2fe52e0af1a8ad Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 1 May 2017 13:55:48 +0200 Subject: [PATCH] Adjusted list/table clicks --- 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 6cf7c83..3a905e4 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?> getData('list:elements') as $key => $value) : $c++; $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/department/profile?{?}&id=' . $value->getId()); ?> - + getId(); ?> getName(); ?> getParent(); ?> diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 38570fc..901ac4d 100644 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?> $value) : $count++; $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/position/profile?{?}&id=' . $value->getId()); ?> - + getId(); ?> getName(); ?> getParent(); ?> diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index b6b47a5..0d9489e 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> getData('list:elements') as $key => $value) : $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/unit/profile?{?}&id=' . $value->getId()); ?> - + getId(); ?> getName(); ?> getParent(); ?>