sogo/SoObjects/Appointments/SOGoAptMailDutchInvitation.wo/SOGoAptMailDutchInvitation.wod
Ludovic Marcotte 4abe791344 Updated the templates wrt the "sent by" stuff.
Monotone-Parent: 6fac49c5eccc3f49ff214ee3fa7e0df6f166f18d
Monotone-Revision: ee7adf911df75af83b62839ef6965b5e4ed7cc8b

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-11-10T16:01:35
Monotone-Branch: ca.inverse.sogo
2008-11-10 16:01:35 +00:00

27 lines
365 B
Plaintext

IsSubject: WOConditional {
condition = isSubject;
}
IsBody: WOConditional {
condition = isSubject;
negate = YES;
}
organizer: WOString {
value = organizerName;
escapeHTML = NO;
}
summary: WOString {
value = summary;
escapeHTML = NO;
}
HasSentBy: WOConditional {
condition = hasSentBy;
}
sentBy: WOString {
value = sentBy;
escapeHTML = NO;
}