See ChangeLog

Monotone-Parent: 271e652157d430b115cb6616b8813b605c897b94
Monotone-Revision: 83587b1afc04162d7191ff57c7f8a78b502a9be3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-09-27T15:43:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-09-27 15:43:46 +00:00
parent fc873188cb
commit 76ffdc598c
7 changed files with 116 additions and 2 deletions
+10
View File
@@ -483,6 +483,16 @@
[userDefaults setDayEndTime: newTime];
}
- (void) setBusyOffHours: (BOOL) busyOffHours
{
[userDefaults setBusyOffHours: busyOffHours];
}
- (BOOL) busyOffHours
{
return [userDefaults busyOffHours];
}
- (NSArray *) firstWeekList
{
return [NSArray arrayWithObjects:
@@ -97,6 +97,11 @@
const:id="dayEndTime"
string="item" selection="userDayEndTime"
/></label><br/>
<label><input type="checkbox"
const:name="busyOffHours"
const:id="busyOffHours"
var:checked="busyOffHours" />
<var:string label:value="Show time as busy outside working hours"/></label><br/>
<label><var:string label:value="First week of year :"/>
<var:popup list="firstWeekList" item="item"
const:id="firstWeek"
+1 -1
View File
@@ -51,7 +51,7 @@ DIV.listWrapper
#calendarCategoriesListWrapper
{ bottom: 30px;
right: 2em;
top: 108px;
top: 128px;
left: 2em; }
#contactsCategoriesListWrapper