]> err.no Git - scalable-opengroupware.org/blob - SOGo/SoObjects/Appointments/SOGoAptMailEnglishDeletion.wo/SOGoAptMailEnglishDeletion.wod
3e37496c4d9f3b38577e3a426cbb03c5bf1e1d75
[scalable-opengroupware.org] / SOGo / SoObjects / Appointments / SOGoAptMailEnglishDeletion.wo / SOGoAptMailEnglishDeletion.wod
1 AptStartDate: WOString {
2   value      = newStartDate;
3   dateformat = "%d/%m/%y";
4   escapeHTML = NO;
5 }
6
7 AptStartTime: WOString {
8   value      = newStartDate;
9   dateformat = "%H:%M";
10   escapeHTML = NO;
11 }
12
13 Organizer: WOString {
14   value      = newApt.organizer.cnWithoutQuotes;
15   escapeHTML = NO;
16 }
17
18 HasHomePageURL: WOConditional {
19   condition = homePageURL.length;
20 }
21
22 HomePageURL: WOString {
23   value      = appointmentURL;
24   escapeHTML = NO;
25 }
26
27 IsSubject: WOConditional {
28   condition = isSubject;
29 }
30
31 IsBody: WOConditional {
32   condition = isSubject;
33   negate    = YES;
34 }