diff --git a/Theme/Backend/gl-list.tpl.php b/Theme/Backend/gl-list.tpl.php index 19dbd08..a079361 100644 --- a/Theme/Backend/gl-list.tpl.php +++ b/Theme/Backend/gl-list.tpl.php @@ -28,11 +28,11 @@ echo $this->getData('nav')->render(); ?>
| = $this->l11n->lang[0]['ID']; ?> - | = $this->l11n->lang['Accounting']['Name']; ?> + | = $this->l11n->getText(0, 'ID'); ?> + | = $this->l11n->getText('Accounting', 'Name'); ?> | |
| = $footerView->render(); ?> | - | |||
| = $this->l11n->lang[0]['Empty']; ?> + | ||||
| = $this->l11n->getText(0, 'Empty'); ?> | ||||
| = $this->l11n->lang[0]['ID']; ?> - | = $this->l11n->lang['Accounting']['Name']; ?> - | = $this->l11n->lang['Accounting']['Creator']; ?> - | = $this->l11n->lang['Accounting']['Created']; ?> + | = $this->l11n->getText(0, 'ID'); ?> + | = $this->l11n->getText('Accounting', 'Name'); ?> + | = $this->l11n->getText('Accounting', 'Creator'); ?> + | = $this->l11n->getText('Accounting', 'Created'); ?> |
| = $footerView->render(); ?> | - | ||||||
| = $this->l11n->lang[0]['Empty']; ?> + | |||||||
| = $this->l11n->getText(0, 'Empty'); ?> | |||||||
| = $this->l11n->lang[0]['ID']; ?> - | = $this->l11n->lang['Accounting']['Due']; ?> - | = $this->l11n->lang['Accounting']['Name']; ?> - | = $this->l11n->lang['Accounting']['Creator']; ?> - | = $this->l11n->lang['Accounting']['Created']; ?> + | = $this->l11n->getText(0, 'ID'); ?> + | = $this->l11n->getText('Accounting', 'Due'); ?> + | = $this->l11n->getText('Accounting', 'Name'); ?> + | = $this->l11n->getText('Accounting', 'Creator'); ?> + | = $this->l11n->getText('Accounting', 'Created'); ?> |
| = $footerView->render(); ?> | - | ||||||||
| = $this->l11n->lang[0]['Empty']; ?> + | |||||||||
| = $this->l11n->getText(0, 'Empty'); ?> | |||||||||