diff --git a/Theme/Backend/department-create.tpl.php b/Theme/Backend/department-create.tpl.php index f465d0a..edf39ba 100644 --- a/Theme/Backend/department-create.tpl.php +++ b/Theme/Backend/department-create.tpl.php @@ -20,20 +20,20 @@ echo $this->getData('nav')->render(); ?>
-

l11n->getText('Organization', 'Backend', 'Department'); ?>

+

getText('Department'); ?>

-
+
-
+
-
+
-
+
-
+
diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index 34e5e42..60fd58d 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -28,13 +28,13 @@ echo $this->getData('nav')->render(); ?>
- + - @@ -48,7 +48,7 @@ echo $this->getData('nav')->render(); ?> -
l11n->getText('Organization', 'Backend', 'Departments'); ?>getText('Departments'); ?>
l11n->getText(0, 'Backend', 'ID'); ?> - l11n->getText('Organization', 'Backend', 'Name'); ?> - l11n->getText('Organization', 'Backend', 'Parent'); ?> - l11n->getText('Organization', 'Backend', 'Unit'); ?> + getText('ID'); ?> + getText('Name'); ?> + getText('Parent'); ?> + getText('Unit'); ?>
render(); ?>
l11n->getText(0, 'Backend', 'Empty'); ?> + getText('Empty'); ?>
diff --git a/Theme/Backend/department-profile.php b/Theme/Backend/department-profile.php index 72eaaa7..c31dfa7 100644 --- a/Theme/Backend/department-profile.php +++ b/Theme/Backend/department-profile.php @@ -22,22 +22,22 @@ $department = $this->getData('department'); echo $this->getData('nav')->render(); ?>
-

l11n->getText('Organization', 'Backend', 'Position'); ?>

+

getText('Position'); ?>

-
+
-
+
-
+
-
+
-
+
diff --git a/Theme/Backend/position-create.tpl.php b/Theme/Backend/position-create.tpl.php index 9e9388f..f0e8de9 100644 --- a/Theme/Backend/position-create.tpl.php +++ b/Theme/Backend/position-create.tpl.php @@ -20,22 +20,22 @@ echo $this->getData('nav')->render(); ?>
-

l11n->getText('Organization', 'Backend', 'Position'); ?>

+

getText('Position'); ?>

-
+
-
+
-
+
-
+
-
+
diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 91cbe5d..752815f 100644 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -30,12 +30,12 @@ echo $this->getData('nav')->render(); ?>
- + - @@ -47,7 +47,7 @@ echo $this->getData('nav')->render(); ?>
l11n->getText('Organization', 'Backend', 'Positions'); ?>getText('Positions'); ?>
l11n->getText(0, 'Backend', 'ID'); ?> - l11n->getText('Organization', 'Backend', 'Name'); ?> - l11n->getText('Organization', 'Backend', 'Parent'); ?> + getText('ID'); ?> + getText('Name'); ?> + getText('Parent'); ?>
render(); ?>
getParent(); ?> -
l11n->getText(0, 'Backend', 'Empty'); ?> +
getText('Empty'); ?>
diff --git a/Theme/Backend/position-profile.tpl.php b/Theme/Backend/position-profile.tpl.php index 8510ee5..d5d680f 100644 --- a/Theme/Backend/position-profile.tpl.php +++ b/Theme/Backend/position-profile.tpl.php @@ -22,22 +22,22 @@ $unit = $this->getData('unit'); echo $this->getData('nav')->render(); ?>
-

l11n->getText('Organization', 'Backend', 'Position'); ?>

+

getText('Position'); ?>

-
+
-
+
-
+
-
+
-
+
diff --git a/Theme/Backend/unit-create.tpl.php b/Theme/Backend/unit-create.tpl.php index 59ad160..867df48 100644 --- a/Theme/Backend/unit-create.tpl.php +++ b/Theme/Backend/unit-create.tpl.php @@ -20,22 +20,22 @@ echo $this->getData('nav')->render(); ?>
-

l11n->getText('Organization', 'Backend', 'Unit'); ?>

+

getText('Unit'); ?>

-
+
-
+
-
+
-
+
-
+
diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index 2cbb26d..eb00317 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -28,21 +28,21 @@ echo $this->getData('nav')->render(); ?>
- + - getData('list:elements') as $key => $value) : $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/unit/profile?id=' . $value->getId()); ?> -
l11n->getText('Organization', 'Backend', 'Units'); ?>getText('Units'); ?>
l11n->getText(0, 'Backend', 'ID'); ?> - l11n->getText('Organization', 'Backend', 'Name'); ?> - l11n->getText('Organization', 'Backend', 'Parent'); ?> + getText('ID'); ?> + getText('Name'); ?> + getText('Parent'); ?>
render(); ?>
getId(); ?> - getName(); ?> - getParent(); ?> + getId(); ?> + getName(); ?> + getParent(); ?>
diff --git a/Theme/Backend/unit-profile.tpl.php b/Theme/Backend/unit-profile.tpl.php index 8b1bb71..48af8db 100644 --- a/Theme/Backend/unit-profile.tpl.php +++ b/Theme/Backend/unit-profile.tpl.php @@ -22,22 +22,22 @@ $unit = $this->getData('unit'); echo $this->getData('nav')->render(); ?>
-

l11n->getText('Organization', 'Backend', 'Unit'); ?>

+

getText('Unit'); ?>

-
+
-
+
-
+
-
+
-
+