sogo/SoObjects/Appointments/SOGoAptMailGermanInvitation.wo/SOGoAptMailGermanInvitation.wod
Dominik Gehl cb2822f4de traduction en allemand de templates de courriels
Monotone-Parent: 29f28f678bd8cb6600825a6fab76d81471d32a29
Monotone-Revision: e8041a4e5953854532b9c7c81a7dbd8b944de281

Monotone-Author: dgehl@inverse.ca
Monotone-Date: 2007-08-23T13:00:27
Monotone-Branch: ca.inverse.sogo
2007-08-23 13:00:27 +00:00

35 lines
567 B
Plaintext

AptStartDate: WOString {
value = newStartDate;
dateformat = "%d/%m/%y";
escapeHTML = NO;
}
AptStartTime: WOString {
value = newStartDate;
dateformat = "%H:%M";
escapeHTML = NO;
}
Organizer: WOString {
value = newApt.organizer.cnWithoutQuotes;
escapeHTML = NO;
}
HasHomePageURL: WOConditional {
condition = homePageURL.length;
}
HomePageURL: WOString {
value = appointmentURL;
escapeHTML = NO;
}
IsSubject: WOConditional {
condition = isSubject;
}
IsBody: WOConditional {
condition = isSubject;
negate = YES;
}