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 */
- (NSString *)transparency {
return @"TRANSPARENT";
- (NSString *) transparency
{
return @"OPAQUE";
}
/* iCal */
@ -89,7 +90,7 @@
static NSString *iCalStringTemplate = \
@"BEGIN:VCALENDAR\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"
@"BEGIN:VEVENT\r\n"
@"UID:%@\r\n"
@ -230,7 +231,7 @@
[_appointment setComment: [self comment]];
[_appointment setPriority:[self priority]];
[_appointment setCategories: [[self categories] componentsJoinedByString: @","]];
[_appointment setAccessClass: [self accessClass]];
[_appointment setTransparency: [self transparency]];

View file

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