diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index a438cca..e1b7143 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?> getHtml('Parent') ?> getHtml('Unit') ?> - render(), ENT_COMPAT, 'utf-8'); ?> + render(); ?> getData('list:elements') as $key => $value) : $c++; $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/organization/department/profile?{?}&id=' . $value->getId()); ?> diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index bfc5f5d..c1f7bce 100644 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?> getHtml('Name') ?> getHtml('Parent') ?> - render(), ENT_COMPAT, 'utf-8'); ?> + render(); ?> $value) : $count++; $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/organization/position/profile?{?}&id=' . $value->getId()); ?> diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index 49f03ff..73e535b 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?> getHtml('Name') ?> getHtml('Parent') ?> - render(), ENT_COMPAT, 'utf-8'); ?> + render(); ?> getData('list:elements') as $key => $value) : $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/organization/unit/profile?{?}&id=' . $value->getId()); ?>