diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 4246a65..cd66407 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -20,7 +20,7 @@ return ['Calendar' => [ 'Layout' => 'Layout', 'List' => 'List', 'Month' => 'Month', - 'NewEvent' => 'New Event', + 'NewEvent' => 'New Event', 'Settings' => 'Settings', 'Timeline' => 'Timeline', 'Week' => 'Week', diff --git a/Theme/Backend/calendar-dashboard.tpl.php b/Theme/Backend/calendar-dashboard.tpl.php index e982f0b..490dd78 100644 --- a/Theme/Backend/calendar-dashboard.tpl.php +++ b/Theme/Backend/calendar-dashboard.tpl.php @@ -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, 'Backend', 1)); + echo ($i*7+$j+1) . ' ' . jddayofweek($j, 1); } else { - echo (($i*7+$j+1)-$calendar->getDate()->getDaysOfMonth()) . ' ' . $this->l11n->getText(0, jddayofweek($j, 'Backend', 1)); + echo (($i*7+$j+1)-$calendar->getDate()->getDaysOfMonth()) . ' ' . jddayofweek($j, 1); } ?>
- +
diff --git a/Theme/backend/Lang/en.lang.php b/Theme/backend/Lang/en.lang.php index 4246a65..cd66407 100644 --- a/Theme/backend/Lang/en.lang.php +++ b/Theme/backend/Lang/en.lang.php @@ -20,7 +20,7 @@ return ['Calendar' => [ 'Layout' => 'Layout', 'List' => 'List', 'Month' => 'Month', - 'NewEvent' => 'New Event', + 'NewEvent' => 'New Event', 'Settings' => 'Settings', 'Timeline' => 'Timeline', 'Week' => 'Week', diff --git a/Theme/backend/calendar-dashboard.tpl.php b/Theme/backend/calendar-dashboard.tpl.php index e982f0b..490dd78 100644 --- a/Theme/backend/calendar-dashboard.tpl.php +++ b/Theme/backend/calendar-dashboard.tpl.php @@ -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, 'Backend', 1)); + echo ($i*7+$j+1) . ' ' . jddayofweek($j, 1); } else { - echo (($i*7+$j+1)-$calendar->getDate()->getDaysOfMonth()) . ' ' . $this->l11n->getText(0, jddayofweek($j, 'Backend', 1)); + echo (($i*7+$j+1)-$calendar->getDate()->getDaysOfMonth()) . ' ' . jddayofweek($j, 1); } ?>
- +
diff --git a/info.json b/info.json index 134d902..6f2b88a 100644 --- a/info.json +++ b/info.json @@ -39,15 +39,6 @@ "from": "Calendar", "for": "Navigation", "file": "Navigation" - }, - { - "pid": [ - "fb78d7e421e4178d31a384fb394dcf2369fff309" - ], - "type": 5, - "for": "Content", - "file": "", - "from": "Calendar" } ] }