mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 08:23:28 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -51,7 +51,7 @@ DIV.listWrapper
|
||||
#calendarCategoriesListWrapper
|
||||
{ bottom: 30px;
|
||||
right: 2em;
|
||||
top: 108px;
|
||||
top: 128px;
|
||||
left: 2em; }
|
||||
|
||||
#contactsCategoriesListWrapper
|
||||
|
||||
Reference in New Issue
Block a user