diff --git a/Theme/Backend/profile-list.tpl.php b/Theme/Backend/profile-list.tpl.php index b8cab2f..cb1991b 100644 --- a/Theme/Backend/profile-list.tpl.php +++ b/Theme/Backend/profile-list.tpl.php @@ -27,12 +27,12 @@ $accounts = $this->getData('accounts');
| = $this->l11n->getText(0, 'Backend', 'ID'); ?> - | = $this->l11n->getText('Profile', 'Backend', 'Name'); ?> - | = $this->l11n->getText('Profile', 'Backend', 'Activity'); ?> + | = $this->getText('ID'); ?> + | = $this->getText('Name'); ?> + | = $this->getText('Activity'); ?> |
| = $footerView->render(); ?> @@ -45,7 +45,7 @@ $accounts = $this->getData('accounts'); | = $account->getLastActive()->format('Y-m-d'); ?> - | ||||
| = $this->l11n->getText(0, 'Backend', 'Empty'); ?> + | |||||
| = $this->getText('Empty'); ?> | |||||
| = $this->l11n->getText('Profile', 'Backend', 'Name'); ?> + | = $this->getText('Name'); ?> | = $account->getName3(); ?>, = $account->getName1(); ?> |
|---|---|---|
| = $this->l11n->getText('Profile', 'Backend', 'Occupation'); ?> + | = $this->getText('Occupation'); ?> | Sailor |
| = $this->l11n->getText('Profile', 'Backend', 'Birthday'); ?> + | = $this->getText('Birthday'); ?> | 06.09.1934 |
| = $this->l11n->getText('Profile', 'Backend', 'Ranks'); ?> + | = $this->getText('Ranks'); ?> | Gosling |
| = $this->l11n->getText('Profile', 'Backend', 'Email'); ?> + | = $this->getText('Email'); ?> | = $account->getEmail(); ?> |
| Address @@ -58,7 +58,7 @@ echo $this->getData('nav')->render(); | Work | SMALLSYS INC 795 E DRAGRAM TUCSON AZ 85705 USA |
| = $this->l11n->getText('Profile', 'Backend', 'Phone'); ?> + | = $this->getText('Phone'); ?> | |
| Private @@ -70,13 +70,13 @@ echo $this->getData('nav')->render(); | Work | +01 12345-4567 |
| = $this->l11n->getText('Profile', 'Backend', 'Registered'); ?> + | = $this->getText('Registered'); ?> | = $account->getCreatedAt()->format('Y-m-d'); ?> |
| = $this->l11n->getText('Profile', 'Backend', 'LastLogin'); ?> + | = $this->getText('LastLogin'); ?> | = $account->getLastActive()->format('Y-m-d'); ?> |
| = $this->l11n->getText('Profile', 'Backend', 'Status'); ?> + | = $this->getText('Status'); ?> | = $account->getStatus(); ?> |
| = $this->l11n->getText(0, 'Backend', 'ID'); ?> - | = $this->l11n->getText('Profile', 'Backend', 'Title'); ?> - | = $this->l11n->getText('Profile', 'Backend', 'Type'); ?> - | = $this->l11n->getText('Profile', 'Backend', 'Created'); ?> + | = $this->getText('ID'); ?> + | = $this->getText('Title'); ?> + | = $this->getText('Type'); ?> + | = $this->getText('Created'); ?> |
| = $footerView->render(); ?> | = $value->getNewestStatus()->getStatus(); ?> - | ||||||
| = $this->l11n->getText(0, 'Backend', 'Empty'); ?> + | |||||||
| = $this->getText('Empty'); ?> | |||||||