From 9dbb360ef7a413a38bd0a4adbbb6a5f388756921 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 21 Jun 2016 21:03:36 -0400 Subject: [PATCH] (css) Improve input labels in event/task views --- UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox | 4 ++-- UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox b/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox index fcd4abde6..23754aeb2 100644 --- a/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox +++ b/UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox @@ -102,12 +102,12 @@ access_time
-

+

{{::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 cc53f88d4..28eea8609 100644 --- a/UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox +++ b/UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox @@ -63,12 +63,12 @@ ng-show="editor.component.startDate || editor.component.dueDate"> access_time
-

+

{{::editor.component.localizedStartDate}}

{{::editor.component.localizedStartTime}}

-

+

{{::editor.component.localizedDueDate}}

{{::editor.component.localizedDueTime}}