From cc1657c5e91aec7670366134a7189e961e260e9e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 17 Jun 2020 19:53:42 +0200 Subject: [PATCH] improve unit icon styles --- Theme/Backend/unit-list.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index e538e79..81f0b43 100755 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?> getHtml('Parent') ?> $value) : - $url = \phpOMS\Uri\UriFactory::build('{/prefix}organization/unit/profile?{?}&id=' . $value->getId()); ?> + $url = UriFactory::build('{/prefix}organization/unit/profile?{?}&id=' . $value->getId()); ?> printHtml($value->getId()); ?>