From abaa447a7bed06f2f493d8103d5800fa0d37704d 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/account-list.tpl.php | 2 +- Theme/Backend/entries.tpl.php | 8 ++++---- Theme/Backend/gl-create.tpl.php | 4 ++-- Theme/Backend/gl-list.tpl.php | 4 ++-- Theme/Backend/journal-list.tpl.php | 4 ++-- Theme/Backend/stack-archive-list.tpl.php | 4 ++-- Theme/Backend/stack-create.tpl.php | 2 +- Theme/Backend/stack-list.tpl.php | 4 ++-- Theme/Backend/stack-predefined-list.tpl.php | 4 ++-- Theme/backend/entries.tpl.php | 8 ++++---- Theme/backend/gl-create.tpl.php | 4 ++-- Theme/backend/gl-list.tpl.php | 4 ++-- Theme/backend/journal-list.tpl.php | 4 ++-- Theme/backend/stack-archive-list.tpl.php | 4 ++-- Theme/backend/stack-create.tpl.php | 2 +- Theme/backend/stack-list.tpl.php | 4 ++-- Theme/backend/stack-predefined-list.tpl.php | 4 ++-- 17 files changed, 35 insertions(+), 35 deletions(-) diff --git a/Theme/Backend/account-list.tpl.php b/Theme/Backend/account-list.tpl.php index 100a654..697cf07 100644 --- a/Theme/Backend/account-list.tpl.php +++ b/Theme/Backend/account-list.tpl.php @@ -4,7 +4,7 @@ getText('Accounts'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Account'); ?> diff --git a/Theme/Backend/entries.tpl.php b/Theme/Backend/entries.tpl.php index e9f0ab2..a4a4f1e 100644 --- a/Theme/Backend/entries.tpl.php +++ b/Theme/Backend/entries.tpl.php @@ -97,7 +97,7 @@ $footerView->setResults(1); - getText('Empty'); ?> + getText('Empty', 0, 0); ?> @@ -118,7 +118,7 @@ $footerView->setResults(1); - getText('Empty'); ?> + getText('Empty', 0, 0); ?> @@ -136,7 +136,7 @@ $footerView->setResults(1); - getText('Empty'); ?> + getText('Empty', 0, 0); ?> @@ -154,7 +154,7 @@ $footerView->setResults(1); - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/Backend/gl-create.tpl.php b/Theme/Backend/gl-create.tpl.php index 423bf02..0d196cc 100644 --- a/Theme/Backend/gl-create.tpl.php +++ b/Theme/Backend/gl-create.tpl.php @@ -20,13 +20,13 @@ echo $this->getData('nav')->render(); ?>
-
+
-
+
diff --git a/Theme/Backend/gl-list.tpl.php b/Theme/Backend/gl-list.tpl.php index 79fa98e..cd53b25 100644 --- a/Theme/Backend/gl-list.tpl.php +++ b/Theme/Backend/gl-list.tpl.php @@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?> getText('GL'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Name'); ?> render(); ?> @@ -46,7 +46,7 @@ echo $this->getData('nav')->render(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/Backend/journal-list.tpl.php b/Theme/Backend/journal-list.tpl.php index 1bc6dde..f288e53 100644 --- a/Theme/Backend/journal-list.tpl.php +++ b/Theme/Backend/journal-list.tpl.php @@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?> getText('Journal'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Name'); ?> render(); ?> @@ -46,7 +46,7 @@ echo $this->getData('nav')->render(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/Backend/stack-archive-list.tpl.php b/Theme/Backend/stack-archive-list.tpl.php index dad85e4..bfc6f00 100644 --- a/Theme/Backend/stack-archive-list.tpl.php +++ b/Theme/Backend/stack-archive-list.tpl.php @@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?> getText('BatchPostings'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Name'); ?> getText('Creator'); ?> getText('Created'); ?> @@ -48,7 +48,7 @@ echo $this->getData('nav')->render(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/Backend/stack-create.tpl.php b/Theme/Backend/stack-create.tpl.php index 865401d..df05101 100644 --- a/Theme/Backend/stack-create.tpl.php +++ b/Theme/Backend/stack-create.tpl.php @@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>