From 910effd664e24a3fc5343145f24a2e2d9cf58027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Thu, 30 May 2024 11:33:46 -1000 Subject: [PATCH] fix(calendar): fix disabled change view buttons When viewing a calendar, 4 buttons allow to switch between the day, week, month and multicolumnday views. Each of these view show the button to swith to the day view as disabled, regradless of which view is in use. Adjust markup to disable the button of the current view instead of the one used to switch to the day view. --- UI/Templates/SchedulerUI/UIxCalMonthView.wox | 2 +- UI/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox | 2 +- UI/Templates/SchedulerUI/UIxCalWeekView.wox | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UI/Templates/SchedulerUI/UIxCalMonthView.wox b/UI/Templates/SchedulerUI/UIxCalMonthView.wox index 97f688d5f..ae50bd0e0 100644 --- a/UI/Templates/SchedulerUI/UIxCalMonthView.wox +++ b/UI/Templates/SchedulerUI/UIxCalMonthView.wox @@ -53,7 +53,6 @@ view_day @@ -66,6 +65,7 @@ view_module diff --git a/UI/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox b/UI/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox index deeadc821..552451a72 100644 --- a/UI/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox +++ b/UI/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox @@ -53,7 +53,6 @@ view_day @@ -72,6 +71,7 @@ view_array diff --git a/UI/Templates/SchedulerUI/UIxCalWeekView.wox b/UI/Templates/SchedulerUI/UIxCalWeekView.wox index 9286fcf10..93dba704a 100644 --- a/UI/Templates/SchedulerUI/UIxCalWeekView.wox +++ b/UI/Templates/SchedulerUI/UIxCalWeekView.wox @@ -53,13 +53,13 @@ view_day view_week