From 92007cb03608db2f0b652ce0b530d93af469aea5 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 26 Mar 2007 13:48:19 +0000 Subject: [PATCH] Monotone-Parent: 349d5532f881a7584560de97322e52aa5d852d33 Monotone-Revision: 1843b9a8fb3fb893519d30b1d185e25545408fab Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-26T13:48:19 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ UI/Scheduler/UIxCalDayTable.m | 2 +- UI/Templates/SchedulerUI/UIxCalDayTable.wox | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cc2e56f6d..30ddf7320 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-03-26 Wolfgang Sourdeau + * UI/Scheduler/UIxCalDayTable.m ([UIxCalDayTable -labelForDay]): + put a carriage return after the day name. + * UI/MainUI/SOGoUserHomePage.m ([SOGoUserHomePage -readFreeBusyAction]): restored method. diff --git a/UI/Scheduler/UIxCalDayTable.m b/UI/Scheduler/UIxCalDayTable.m index 409bbdcff..0cb213e29 100644 --- a/UI/Scheduler/UIxCalDayTable.m +++ b/UI/Scheduler/UIxCalDayTable.m @@ -201,7 +201,7 @@ - (NSString *) labelForDay { - return [NSString stringWithFormat: @"%@ %@", + return [NSString stringWithFormat: @"%@
%@", [dateFormatter shortDayOfWeek: [currentTableDay dayOfWeek]], [dateFormatter stringForObjectValue: currentTableDay]]; } diff --git a/UI/Templates/SchedulerUI/UIxCalDayTable.wox b/UI/Templates/SchedulerUI/UIxCalDayTable.wox index 42022b7d5..15662a4c3 100644 --- a/UI/Templates/SchedulerUI/UIxCalDayTable.wox +++ b/UI/Templates/SchedulerUI/UIxCalDayTable.wox @@ -43,7 +43,8 @@
+ >