From e97c0a0293c9cca449419613e6017af85f897631 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 5 Jul 2016 19:00:30 +0200 Subject: [PATCH] Dynamic language loading --- Theme/Backend/calendar-dashboard.tpl.php | 16 ++++++++-------- Theme/backend/calendar-dashboard.tpl.php | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Theme/Backend/calendar-dashboard.tpl.php b/Theme/Backend/calendar-dashboard.tpl.php index e0d497b..e982f0b 100644 --- a/Theme/Backend/calendar-dashboard.tpl.php +++ b/Theme/Backend/calendar-dashboard.tpl.php @@ -8,10 +8,10 @@ $calendar = $this->getData('calendar');
  • @@ -21,9 +21,9 @@ $calendar = $this->getData('calendar');
    getDate()->getFirstDayOfMonth() <= $i*7+$j+1 && $calendar->getDate()->getDaysOfMonth() >= $i*7+$j+1) { - echo ($i*7+$j+1) . ' ' . $this->l11n->getText(0, jddayofweek($j, 1)); + echo ($i*7+$j+1) . ' ' . $this->l11n->getText(0, jddayofweek($j, 'Backend', 1)); } else { - echo (($i*7+$j+1)-$calendar->getDate()->getDaysOfMonth()) . ' ' . $this->l11n->getText(0, jddayofweek($j, 1)); + echo (($i*7+$j+1)-$calendar->getDate()->getDaysOfMonth()) . ' ' . $this->l11n->getText(0, jddayofweek($j, 'Backend', 1)); } ?>
      getData('calendar');
    - +
    - + diff --git a/Theme/backend/calendar-dashboard.tpl.php b/Theme/backend/calendar-dashboard.tpl.php index e0d497b..e982f0b 100644 --- a/Theme/backend/calendar-dashboard.tpl.php +++ b/Theme/backend/calendar-dashboard.tpl.php @@ -8,10 +8,10 @@ $calendar = $this->getData('calendar');
  • @@ -21,9 +21,9 @@ $calendar = $this->getData('calendar');
    getDate()->getFirstDayOfMonth() <= $i*7+$j+1 && $calendar->getDate()->getDaysOfMonth() >= $i*7+$j+1) { - echo ($i*7+$j+1) . ' ' . $this->l11n->getText(0, jddayofweek($j, 1)); + echo ($i*7+$j+1) . ' ' . $this->l11n->getText(0, jddayofweek($j, 'Backend', 1)); } else { - echo (($i*7+$j+1)-$calendar->getDate()->getDaysOfMonth()) . ' ' . $this->l11n->getText(0, jddayofweek($j, 1)); + echo (($i*7+$j+1)-$calendar->getDate()->getDaysOfMonth()) . ' ' . $this->l11n->getText(0, jddayofweek($j, 'Backend', 1)); } ?>
      getData('calendar');
    - +
    - +