diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b80221c2..23540383 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,12 +4,13 @@ Changelog 1.5.9 (Unreleased) ------------------------ - Fix #443: Fix email subject on invite/add users +- Fix #447: Global calendar header redesign 1.5.8 (January 19, 2024) ------------------------ - Fix #437: Hide the profile calendar if the module is not available for users - Fix #439: Attach ICS files to "forced invites" - -Fix #441: Send event update notification to invitees + -Fix #441: Send event update notification to invitees - Fix #434: Fix adding of all space members with status 1.5.7 (January 12, 2024) diff --git a/views/global/index.php b/views/global/index.php index 4baedac2..23f3a88e 100644 --- a/views/global/index.php +++ b/views/global/index.php @@ -1,8 +1,10 @@ +
-
- $selectors, - 'filters' => $filters - ])?> -
-
-
- !Yii::$app->user->isGuest, - 'aspectRatio' => $aspectRatio, - 'selectors' => $selectors, - 'filters' => $filters, - 'loadUrl' => Url::toAjaxLoad(), - 'editUrl' => $editUrl, +
+ + +
+ [ + [ConfigureButton::class, [], ['sortOrder' => 100]] + ] ]) ?>
- +
+ $selectors, + 'filters' => $filters + ]) ?> +
+
+ !Yii::$app->user->isGuest, + 'aspectRatio' => $aspectRatio, + 'selectors' => $selectors, + 'filters' => $filters, + 'loadUrl' => Url::toAjaxLoad(), + 'editUrl' => $editUrl, + ]) ?> +
-
\ No newline at end of file +
diff --git a/widgets/views/calendarFilterBar.php b/widgets/views/calendarFilterBar.php index c9cfdd24..e8821a04 100644 --- a/widgets/views/calendarFilterBar.php +++ b/widgets/views/calendarFilterBar.php @@ -1,10 +1,8 @@
-
- [ - [ConfigureButton::class, [], ['sortOrder' => 100]] - ] - ])?> -
- - Select calendars'); ?> - -
+
+ +
@@ -54,14 +46,16 @@
@@ -71,41 +65,42 @@
-
- - Filter events'); ?> - -
- -
-
- +
+
+
-
- +
+
+ +
+
+ +
-
-
- - - -
-
- 'filterType']) ?> +
+
+ +
+
+ 'filterType']) ?> +
-
- \ No newline at end of file +