sogo/SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.wod
Ludovic Marcotte 40d5c508cc Fixed templates for email notifications during invitations. They will need to be fully translated (in languages other than english and french)
Monotone-Parent: a62274e4f237a8d859323dac4cb26008cc301b18
Monotone-Revision: 64c0713802f9595de3f792409a68ecb74bb80532

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-10-24T16:12:21
Monotone-Branch: ca.inverse.sogo
2008-10-24 16:12:21 +00:00

31 lines
465 B
Plaintext

IsSubject: WOConditional {
condition = isSubject;
}
IsBody: WOConditional {
condition = isSubject;
negate = YES;
}
summary: WOString {
value = summary;
escapeHTML = NO;
}
attendee: WOString {
value = attendeeName;
escapeHTML = NO;
}
HasAccepted: WOConditional {
condition = hasAccepted;
}
HasDeclined: WOConditional {
condition = hasDeclined;
}
HasNotAcceptedNotDeclined: WOConditional {
condition = hasNotAcceptedNotDeclined;
}