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(); ?>
= $this->getText('Departments'); ?>
- | = $this->getText('ID'); ?>
+ | = $this->getText('ID', 0, 0); ?>
| = $this->getText('Name'); ?>
| = $this->getText('Parent'); ?>
| = $this->getText('Unit'); ?>
@@ -48,7 +48,7 @@ echo $this->getData('nav')->render(); ?>
|
- | = $this->getText('Empty'); ?>
+ | = $this->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(); ?>
= $this->getText('Positions'); ?>
- | = $this->getText('ID'); ?>
+ | = $this->getText('ID', 0, 0); ?>
| = $this->getText('Name'); ?>
| = $this->getText('Parent'); ?>
| | |
@@ -47,7 +47,7 @@ echo $this->getData('nav')->render(); ?>
= $value->getParent(); ?>
- | | = $this->getText('Empty'); ?>
+ |
| = $this->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(); ?>
= $this->getText('Units'); ?>
- | = $this->getText('ID'); ?>
+ | = $this->getText('ID', 0, 0); ?>
| = $this->getText('Name'); ?>
| = $this->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()); ?>
- | = $value->getId(); ?>
+ | = $value->getId(); ?>
| = $value->getName(); ?>
| = $value->getParent(); ?>
|