- | = $this->getText('ID'); ?>
+ | = $this->getText('ID', 0, 0); ?>
| = $this->getText('Name'); ?>
| = $this->getText('Employees'); ?>
| = $this->getText('Parent'); ?>
@@ -48,7 +48,7 @@ echo $this->getData('nav')->render(); ?>
|
- |
= $this->getText('Empty', 0, 0); ?>
diff --git a/Theme/Backend/staff-list.tpl.php b/Theme/Backend/staff-list.tpl.php
index 0444938..af41fe3 100644
--- a/Theme/Backend/staff-list.tpl.php
+++ b/Theme/Backend/staff-list.tpl.php
@@ -33,7 +33,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getText('Staff'); ?>
- | = $this->getText('ID'); ?>
+ | = $this->getText('ID', 0, 0); ?>
| = $this->getText('Name'); ?>
| = $this->getText('Position'); ?>
| = $this->getText('Department'); ?>
@@ -50,7 +50,7 @@ echo $this->getData('nav')->render(); ?>
| = $value->getNewestStatus()->getStatus(); ?>
- | | = $this->getText('Empty'); ?>
+ | | = $this->getText('Empty', 0, 0); ?>
diff --git a/Theme/Backend/staff-single.tpl.php b/Theme/Backend/staff-single.tpl.php
index a31dcf4..7cd88f5 100644
--- a/Theme/Backend/staff-single.tpl.php
+++ b/Theme/Backend/staff-single.tpl.php
@@ -110,7 +110,7 @@ echo $this->getData('nav')->render(); ?>
| = $value->getNewestHistory()->getPosition(); ?>
- | | = $this->getText('Empty'); ?>
+ | | = $this->getText('Empty', 0, 0); ?>
@@ -134,7 +134,7 @@ echo $this->getData('nav')->render(); ?>
| = $value->getNewestHistory()->getPosition(); ?>
- | | = $this->getText('Empty'); ?>
+ | = $this->getText('Empty', 0, 0); ?>
diff --git a/Theme/backend/department-list.tpl.php b/Theme/backend/department-list.tpl.php
index 07844a5..eddc100 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('Employees'); ?>
| = $this->getText('Parent'); ?>
@@ -48,7 +48,7 @@ echo $this->getData('nav')->render(); ?>
|
- | | = $this->getText('Empty'); ?>
+ | = $this->getText('Empty', 0, 0); ?>
diff --git a/Theme/backend/staff-list.tpl.php b/Theme/backend/staff-list.tpl.php
index 0444938..af41fe3 100644
--- a/Theme/backend/staff-list.tpl.php
+++ b/Theme/backend/staff-list.tpl.php
@@ -33,7 +33,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getText('Staff'); ?>
- | = $this->getText('ID'); ?>
+ | = $this->getText('ID', 0, 0); ?>
| = $this->getText('Name'); ?>
| = $this->getText('Position'); ?>
| = $this->getText('Department'); ?>
@@ -50,7 +50,7 @@ echo $this->getData('nav')->render(); ?>
| = $value->getNewestStatus()->getStatus(); ?>
- | | = $this->getText('Empty'); ?>
+ | | = $this->getText('Empty', 0, 0); ?>
diff --git a/Theme/backend/staff-single.tpl.php b/Theme/backend/staff-single.tpl.php
index a31dcf4..7cd88f5 100644
--- a/Theme/backend/staff-single.tpl.php
+++ b/Theme/backend/staff-single.tpl.php
@@ -110,7 +110,7 @@ echo $this->getData('nav')->render(); ?>
| = $value->getNewestHistory()->getPosition(); ?>
- | | = $this->getText('Empty'); ?>
+ | | = $this->getText('Empty', 0, 0); ?>
@@ -134,7 +134,7 @@ echo $this->getData('nav')->render(); ?>
| = $value->getNewestHistory()->getPosition(); ?>
- | | = $this->getText('Empty'); ?>
+ | | = $this->getText('Empty', 0, 0); ?>
| | | |