From 9015f82413bc9a624e5731bbff52e99dd4e2e09a Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 6 Jul 2015 15:16:49 -0400 Subject: [PATCH] (html) Improve events/tasks lists --- .../English.lproj/Localizable.strings | 3 +++ UI/Templates/SchedulerUI/UIxCalMainView.wox | 24 +++++++++++++------ 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/UI/Scheduler/English.lproj/Localizable.strings b/UI/Scheduler/English.lproj/Localizable.strings index 7a4942cac..13fc75c65 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -17,6 +17,9 @@ "Date" = "Date"; "Calendars" = "Calendars"; +"No events for selected criteria" = "No events for selected criteria"; +"No tasks for selected criteria" = "No tasks for selected criteria"; + /* Day */ "DayOfTheMonth" = "Day of the month"; diff --git a/UI/Templates/SchedulerUI/UIxCalMainView.wox b/UI/Templates/SchedulerUI/UIxCalMainView.wox index 7717b1c59..007892706 100644 --- a/UI/Templates/SchedulerUI/UIxCalMainView.wox +++ b/UI/Templates/SchedulerUI/UIxCalMainView.wox @@ -348,7 +348,7 @@ - +

{{event.c_title}}

{{event.c_location}}

-

+

{{event.formatted_startdate}} - repeat - alarm + + repeat + alarm +

+ +

+

{{task.c_title}}

-

+

{{task.formatted_enddate}} - repeat - alarm + + repeat + alarm +

+ +

+