From 0d62ec0bead8f6eec5636532e518de31da4607d0 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 24 Apr 2015 15:08:55 -0400 Subject: [PATCH] (js) Split Calendars list by type The list of calendars is now splitted by type: personal calendars and other's calendars (subscriptions). The constructor of the Calendar model has been improved. --- UI/Templates/SchedulerUI/UIxCalMainView.wox | 110 ++++++++++++------ .../js/Appointments/calendar-model.js | 91 +++++++++++---- UI/WebServerResources/js/SchedulerUI.js | 42 ++++--- 3 files changed, 171 insertions(+), 72 deletions(-) diff --git a/UI/Templates/SchedulerUI/UIxCalMainView.wox b/UI/Templates/SchedulerUI/UIxCalMainView.wox index dba5e6d8f..92d53dc31 100644 --- a/UI/Templates/SchedulerUI/UIxCalMainView.wox +++ b/UI/Templates/SchedulerUI/UIxCalMainView.wox @@ -145,34 +145,66 @@