diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index 85f315f..0ccdddd 100755 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -32,13 +32,57 @@ echo $this->getData('nav')->render(); ?> - - $value) : ++$c; - $url = UriFactory::build('{/prefix}organization/department/profile?{?}&id=' . $value->getId()); ?> + + $value) : ++$c; + $url = UriFactory::build('{/prefix}organization/department/profile?{?}&id=' . $value->getId()); ?>
getHtml('ID', '0', '0'); ?> - getHtml('Name'); ?> - getHtml('Parent'); ?> - getHtml('Unit'); ?> -
getHtml('ID', '0', '0'); ?> + + + + getHtml('Name'); ?> + + + + getHtml('Parent'); ?> + + + + getHtml('Unit'); ?> + + + +
getId(); ?> printHtml($value->name); ?> diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 2504d4e..1def16b 100755 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -32,13 +32,57 @@ echo $this->getData('nav')->render(); ?> - - $value) : ++$count; - $url = \phpOMS\Uri\UriFactory::build('{/prefix}organization/position/profile?{?}&id=' . $value->getId()); ?> + + $value) : ++$count; + $url = \phpOMS\Uri\UriFactory::build('{/prefix}organization/position/profile?{?}&id=' . $value->getId()); ?>
getHtml('ID', '0', '0'); ?> - getHtml('Name'); ?> - getHtml('Parent'); ?> - getHtml('Department'); ?> -
getHtml('ID', '0', '0'); ?> + + + + getHtml('Name'); ?> + + + + getHtml('Parent'); ?> + + + + getHtml('Department'); ?> + + + +
getId(); ?> printHtml($value->name); ?> diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index 85ec648..95fe402 100755 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -33,13 +33,57 @@ echo $this->getData('nav')->render(); ?> - - $value) : - $url = UriFactory::build('{/prefix}organization/unit/profile?{?}&id=' . $value->getId()); ?> + + + + + $value) : + $url = UriFactory::build('{/prefix}organization/unit/profile?{?}&id=' . $value->getId()); ?>
getHtml('ID', '0', '0'); ?> + getHtml('ID', '0', '0'); ?> + + + getHtml('Logo'); ?> - getHtml('Name'); ?> - getHtml('Parent'); ?> -
getHtml('Name'); ?> + + + + getHtml('Parent'); ?> + + + +
getId(); ?>