diff --git a/Theme/Backend/production-list.tpl.php b/Theme/Backend/production-list.tpl.php index 5bbb108..bc55597 100644 --- a/Theme/Backend/production-list.tpl.php +++ b/Theme/Backend/production-list.tpl.php @@ -28,17 +28,17 @@ echo $this->getData('nav')->render(); ?>
| = $this->l11n->lang['Production']['Status']; ?> - | = $this->l11n->lang[0]['ID']; ?> - | = $this->l11n->lang[0]['ID']; ?> - | = $this->l11n->lang['Production']['Article']; ?> - | = $this->l11n->lang['Production']['Quantity']; ?> - | = $this->l11n->lang['Production']['Start']; ?> - | = $this->l11n->lang['Production']['Due']; ?> - | = $this->l11n->lang['Production']['Done']; ?> + | = $this->l11n->getText('Production', 'Status'); ?> + | = $this->l11n->getText(0, 'ID'); ?> + | = $this->l11n->getText(0, 'ID'); ?> + | = $this->l11n->getText('Production', 'Article'); ?> + | = $this->l11n->getText('Production', 'Quantity'); ?> + | = $this->l11n->getText('Production', 'Start'); ?> + | = $this->l11n->getText('Production', 'Due'); ?> + | = $this->l11n->getText('Production', 'Done'); ?> |
| = $footerView->render(); ?> | |||||||||||||||
| = $this->l11n->lang[0]['Empty']; ?> + | = $this->l11n->getText(0, 'Empty'); ?> | ||||||||||||||
| = $this->l11n->lang['Production']['Status']; ?> - | = $this->l11n->lang[0]['ID']; ?> - | = $this->l11n->lang[0]['ID']; ?> - | = $this->l11n->lang['Production']['Article']; ?> - | = $this->l11n->lang['Production']['Quantity']; ?> - | = $this->l11n->lang['Production']['Start']; ?> - | = $this->l11n->lang['Production']['Due']; ?> - | = $this->l11n->lang['Production']['Done']; ?> + | = $this->l11n->getText('Production', 'Status'); ?> + | = $this->l11n->getText(0, 'ID'); ?> + | = $this->l11n->getText(0, 'ID'); ?> + | = $this->l11n->getText('Production', 'Article'); ?> + | = $this->l11n->getText('Production', 'Quantity'); ?> + | = $this->l11n->getText('Production', 'Start'); ?> + | = $this->l11n->getText('Production', 'Due'); ?> + | = $this->l11n->getText('Production', 'Done'); ?> |
| = $footerView->render(); ?> | |||||||||||||||
| = $this->l11n->lang[0]['Empty']; ?> + | = $this->l11n->getText(0, 'Empty'); ?> | ||||||||||||||