From f161cbe56b546a936ac1df80f5732bb254f583ce Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 26 Nov 2015 12:03:35 -0500 Subject: [PATCH] (html) Improve dates display in event/task viewer --- .../UIxAppointmentViewTemplate.wox | 20 +++++++++---------- .../SchedulerUI/UIxTaskViewTemplate.wox | 20 +++++++++---------- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox b/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox index a4854c446..c7342767f 100644 --- a/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox +++ b/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox @@ -58,17 +58,15 @@ access_time -
-
-

-

{{::editor.component.localizedStartDate}}

-

{{::editor.component.localizedStartTime}}

-
-
-

-

{{::editor.component.localizedEndDate}}

-

{{::editor.component.localizedEndTime}}

-
+
+

+

{{::editor.component.localizedStartDate}}

+

{{::editor.component.localizedStartTime}}

+
+
+

+

{{::editor.component.localizedEndDate}}

+

{{::editor.component.localizedEndTime}}

diff --git a/UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox b/UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox index 37d6df1b9..314b515fe 100644 --- a/UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox +++ b/UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox @@ -59,17 +59,15 @@ access_time -
-
-

-

{{::editor.component.localizedStartDate}}

-

{{::editor.component.localizedStartTime}}

-
-
-

-

{{::editor.component.localizedDueDate}}

-

{{::editor.component.localizedDueTime}}

-
+
+

+

{{::editor.component.localizedStartDate}}

+

{{::editor.component.localizedStartTime}}

+
+
+

+

{{::editor.component.localizedDueDate}}

+

{{::editor.component.localizedDueTime}}