Monotone-Parent: 57c23145f32ca331b252396523bd85f31ce56f35

Monotone-Revision: e0587f7d80066ef06ea3f50b61b4230be467d2ea

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-26T00:17:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2006-10-26 00:17:27 +00:00
parent ad44460f9f
commit 619c86b884
2 changed files with 12 additions and 11 deletions

View file

@ -79,8 +79,9 @@
/* transparency */ /* transparency */
- (NSString *)transparency { - (NSString *) transparency
return @"TRANSPARENT"; {
return @"OPAQUE";
} }
/* iCal */ /* iCal */
@ -89,7 +90,7 @@
static NSString *iCalStringTemplate = \ static NSString *iCalStringTemplate = \
@"BEGIN:VCALENDAR\r\n" @"BEGIN:VCALENDAR\r\n"
@"METHOD:REQUEST\r\n" @"METHOD:REQUEST\r\n"
@"PRODID:OpenGroupware.org SOGo 0.9\r\n" @"PRODID://Inverse groupe conseil/SOGo 0.9\r\n"
@"VERSION:2.0\r\n" @"VERSION:2.0\r\n"
@"BEGIN:VEVENT\r\n" @"BEGIN:VEVENT\r\n"
@"UID:%@\r\n" @"UID:%@\r\n"
@ -230,7 +231,7 @@
[_appointment setComment: [self comment]]; [_appointment setComment: [self comment]];
[_appointment setPriority:[self priority]]; [_appointment setPriority:[self priority]];
[_appointment setCategories: [[self categories] componentsJoinedByString: @","]]; [_appointment setCategories: [[self categories] componentsJoinedByString: @","]];
[_appointment setAccessClass: [self accessClass]]; [_appointment setAccessClass: [self accessClass]];
[_appointment setTransparency: [self transparency]]; [_appointment setTransparency: [self transparency]];

View file

@ -126,15 +126,15 @@
></label> ></label>
</div> </div>
<div id="attendeesView" class="tab"> <div id="attendeesView" class="tab"
<span class="checkBoxList" id="participantsCB"><var:string label:value="Attendees" /> ><var:component className="UIxFreeBusyUserSelector"
<span class="content"><var:component className="UIxContactSelector" startDate="aptStartDate" endDate="aptEndDate" /></div>
const:selectorId="participants"
contacts="participants"
/></span></span>
</div>
</div> </div>
<script type="text/javascript">
initTimeWidgets();
redisplayFreeBusyZone();
</script>
<!-- div id="buttons"> <!-- div id="buttons">
<input <input
type="submit" type="submit"