diff --git a/Theme/backend/department-list.tpl.php b/Theme/backend/department-list.tpl.php index df07b53..07844a5 100644 --- a/Theme/backend/department-list.tpl.php +++ b/Theme/backend/department-list.tpl.php @@ -28,13 +28,13 @@ echo $this->getData('nav')->render(); ?>
| = $this->l11n->getText(0, 'Backend', 'ID'); ?> - | = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Name'); ?> - | = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Employees'); ?> - | = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Parent'); ?> + | = $this->getText('ID'); ?> + | = $this->getText('Name'); ?> + | = $this->getText('Employees'); ?> + | = $this->getText('Parent'); ?> |
| = $footerView->render(); ?> | - | ||||||
| = $this->l11n->getText(0, 'Backend', 'Empty'); ?> + | |||||||
| = $this->getText('Empty'); ?> | |||||||
| = $this->l11n->getText(0, 'Backend', 'ID'); ?> - | = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Name'); ?> - | = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Position'); ?> - | = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Department'); ?> - | = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Status'); ?> + | = $this->getText('ID'); ?> + | = $this->getText('Name'); ?> + | = $this->getText('Position'); ?> + | = $this->getText('Department'); ?> + | = $this->getText('Status'); ?> |
| = $footerView->render(); ?> | = $value->getNewestStatus()->getStatus(); ?> - | ||||||||
| = $this->l11n->getText(0, 'Backend', 'Empty'); ?> + | |||||||||
| = $this->getText('Empty'); ?> | |||||||||
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Name'); ?> + | = $this->getText('Name'); ?> | = $account->getName3(); ?>, = $account->getName1(); ?> |
|---|---|---|
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Position'); ?> + | = $this->getText('Position'); ?> | Sailor |
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Department'); ?> + | = $this->getText('Department'); ?> | Sailor |
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Birthday'); ?> + | = $this->getText('Birthday'); ?> | 06.09.1934 |
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Email'); ?> + | = $this->getText('Email'); ?> | = $account->getEmail(); ?> |
| Address @@ -45,7 +45,7 @@ echo $this->getData('nav')->render(); ?> | Work | SMALLSYS INC 795 E DRAGRAM TUCSON AZ 85705 USA |
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Phone'); ?> + | = $this->getText('Phone'); ?> | |
| Private @@ -57,7 +57,7 @@ echo $this->getData('nav')->render(); ?> | Work | +01 12345-4567 |
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Status'); ?> + | = $this->getText('Status'); ?> | = $account->getStatus(); ?> |
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Start'); ?> + | = $this->getText('Start'); ?> | = $account->getName3(); ?> |
|---|---|---|
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'End'); ?> + | = $this->getText('End'); ?> | = $account->getName3(); ?> |
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Hours'); ?> + | = $this->getText('Hours'); ?> | = $account->getName3(); ?> |
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Vacation'); ?> + | = $this->getText('Vacation'); ?> | = $account->getName3(); ?> |
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Salary'); ?> + | = $this->getText('Salary'); ?> | = $account->getName3(); ?> |
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Start'); ?> - | = $this->l11n->getText('HumanResourceManagement', 'Backend', 'End'); ?> - | = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Position'); ?> - | = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Department'); ?> - | = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Salary'); ?> + | = $this->getText('Start'); ?> + | = $this->getText('End'); ?> + | = $this->getText('Position'); ?> + | = $this->getText('Department'); ?> + | = $this->getText('Salary'); ?> |
| = $footerView->render(); ?> | = $value->getNewestHistory()->getPosition(); ?> - | ||||||||
| = $this->l11n->getText(0, 'Backend', 'Empty'); ?> + | |||||||||
| = $this->getText('Empty'); ?> | |||||||||
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Start'); ?> - | = $this->l11n->getText('HumanResourceManagement', 'Backend', 'End'); ?> - | = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Type'); ?> + | = $this->getText('Start'); ?> + | = $this->getText('End'); ?> + | = $this->getText('Type'); ?> |
| = $footerView->render(); ?> | = $value->getNewestHistory()->getPosition(); ?> - | ||||
| = $this->l11n->getText(0, 'Backend', 'Empty'); ?> + | |||||
| = $this->getText('Empty'); ?> | |||||
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Date'); ?> + | = $this->getText('Date'); ?> | = $account->getName3(); ?> |
|---|---|---|
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'SalaryType'); ?> + | = $this->getText('SalaryType'); ?> | = $account->getName3(); ?> |
| = $this->l11n->getText('HumanResourceManagement', 'Backend', 'Amount'); ?> + | = $this->getText('Amount'); ?> | = $account->getName3(); ?> |