diff --git a/Theme/Backend/production-list.tpl.php b/Theme/Backend/production-list.tpl.php index a776ddc..7ae89ff 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->getText('Production', 'Backend', 'Status'); ?> - | = $this->l11n->getText(0, 'Backend', 'ID'); ?> - | = $this->l11n->getText(0, 'Backend', 'ID'); ?> - | = $this->l11n->getText('Production', 'Backend', 'Article'); ?> - | = $this->l11n->getText('Production', 'Backend', 'Quantity'); ?> - | = $this->l11n->getText('Production', 'Backend', 'Start'); ?> - | = $this->l11n->getText('Production', 'Backend', 'Due'); ?> - | = $this->l11n->getText('Production', 'Backend', 'Done'); ?> + | = $this->getText('Status'); ?> + | = $this->getText('ID'); ?> + | = $this->getText('ID'); ?> + | = $this->getText('Article'); ?> + | = $this->getText('Quantity'); ?> + | = $this->getText('Start'); ?> + | = $this->getText('Due'); ?> + | = $this->getText('Done'); ?> |
| = $footerView->render(); ?> | |||||||||||||||
| = $this->l11n->getText(0, 'Backend', 'Empty'); ?> + | = $this->getText('Empty'); ?> | ||||||||||||||