From 055841d251a7340498b45e493ac403e49e284fe1 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/profile-list.tpl.php | 4 ++-- Theme/Backend/profile-single.tpl.php | 4 ++-- Theme/backend/profile-list.tpl.php | 4 ++-- Theme/backend/profile-single.tpl.php | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Theme/Backend/profile-list.tpl.php b/Theme/Backend/profile-list.tpl.php index cb1991b..a11cac4 100644 --- a/Theme/Backend/profile-list.tpl.php +++ b/Theme/Backend/profile-list.tpl.php @@ -30,7 +30,7 @@ $accounts = $this->getData('accounts'); getText('Profiles'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Name'); ?> getText('Activity'); ?> @@ -45,7 +45,7 @@ $accounts = $this->getData('accounts'); getLastActive()->format('Y-m-d'); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/Backend/profile-single.tpl.php b/Theme/Backend/profile-single.tpl.php index a1278c7..0066a6d 100644 --- a/Theme/Backend/profile-single.tpl.php +++ b/Theme/Backend/profile-single.tpl.php @@ -88,7 +88,7 @@ echo $this->getData('nav')->render(); getText('Media'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Title'); ?> getText('Type'); ?> getText('Created'); ?> @@ -104,7 +104,7 @@ echo $this->getData('nav')->render(); getNewestStatus()->getStatus(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/backend/profile-list.tpl.php b/Theme/backend/profile-list.tpl.php index cb1991b..a11cac4 100644 --- a/Theme/backend/profile-list.tpl.php +++ b/Theme/backend/profile-list.tpl.php @@ -30,7 +30,7 @@ $accounts = $this->getData('accounts'); getText('Profiles'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Name'); ?> getText('Activity'); ?> @@ -45,7 +45,7 @@ $accounts = $this->getData('accounts'); getLastActive()->format('Y-m-d'); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/backend/profile-single.tpl.php b/Theme/backend/profile-single.tpl.php index a1278c7..0066a6d 100644 --- a/Theme/backend/profile-single.tpl.php +++ b/Theme/backend/profile-single.tpl.php @@ -88,7 +88,7 @@ echo $this->getData('nav')->render(); getText('Media'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Title'); ?> getText('Type'); ?> getText('Created'); ?> @@ -104,7 +104,7 @@ echo $this->getData('nav')->render(); getNewestStatus()->getStatus(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?>