From 1b22658cc9d01f97a1b3fb53bb6c72883e2dc2cb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 27 Jul 2016 22:20:30 +0200 Subject: [PATCH] Localization fix --- Theme/Backend/production-list.tpl.php | 6 +++--- Theme/backend/production-list.tpl.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Theme/Backend/production-list.tpl.php b/Theme/Backend/production-list.tpl.php index 7ae89ff..4b6cfb3 100644 --- a/Theme/Backend/production-list.tpl.php +++ b/Theme/Backend/production-list.tpl.php @@ -32,8 +32,8 @@ echo $this->getData('nav')->render(); ?> getText('Status'); ?> - getText('ID'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> + getText('ID', 0, 0); ?> getText('Article'); ?> getText('Quantity'); ?> getText('Start'); ?> @@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/backend/production-list.tpl.php b/Theme/backend/production-list.tpl.php index 7ae89ff..4b6cfb3 100644 --- a/Theme/backend/production-list.tpl.php +++ b/Theme/backend/production-list.tpl.php @@ -32,8 +32,8 @@ echo $this->getData('nav')->render(); ?> getText('Status'); ?> - getText('ID'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> + getText('ID', 0, 0); ?> getText('Article'); ?> getText('Quantity'); ?> getText('Start'); ?> @@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?>