diff --git a/Theme/Backend/department-create.tpl.php b/Theme/Backend/department-create.tpl.php index edf39ba..63da223 100644 --- a/Theme/Backend/department-create.tpl.php +++ b/Theme/Backend/department-create.tpl.php @@ -33,7 +33,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index 60fd58d..0ec3185 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?> getText('Departments'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Name'); ?> getText('Parent'); ?> getText('Unit'); ?> @@ -48,7 +48,7 @@ echo $this->getData('nav')->render(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/Backend/position-create.tpl.php b/Theme/Backend/position-create.tpl.php index f0e8de9..20bcbf7 100644 --- a/Theme/Backend/position-create.tpl.php +++ b/Theme/Backend/position-create.tpl.php @@ -35,7 +35,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 752815f..135dec5 100644 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -33,7 +33,7 @@ echo $this->getData('nav')->render(); ?> getText('Positions'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Name'); ?> getText('Parent'); ?> @@ -47,7 +47,7 @@ echo $this->getData('nav')->render(); ?> getParent(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/Backend/unit-create.tpl.php b/Theme/Backend/unit-create.tpl.php index 867df48..bc5658f 100644 --- a/Theme/Backend/unit-create.tpl.php +++ b/Theme/Backend/unit-create.tpl.php @@ -35,7 +35,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index eb00317..b824f30 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?> getText('Units'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Name'); ?> getText('Parent'); ?> @@ -40,7 +40,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(); ?> + getId(); ?> getName(); ?> getParent(); ?>