]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1158 d1b88da0-ebda-0310...
authorwolfgang <wolfgang@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 27 Aug 2007 15:57:37 +0000 (15:57 +0000)
committerwolfgang <wolfgang@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 27 Aug 2007 15:57:37 +0000 (15:57 +0000)
SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html [deleted file]
SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.wod [deleted file]

diff --git a/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html b/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html
deleted file mode 100644 (file)
index e6763c8..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<#IsSubject>*E* Apt for the <#OldAptStartDate /> at <#OldAptStartTime /> changed</#IsSubject>
-<#IsBody>
-This appointment, previously set for <#OldAptStartDate /> 
-at <#OldAptStartTime /> is now scheduled for <#NewAptStartDate /> at <#NewAptStartTime />
-<#HasHomePageURL>
-Please make a decision for these new settings at <#HomePageURL />.
-</#HasHomePageURL>
-</#IsBody>
\ No newline at end of file
diff --git a/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.wod b/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.wod
deleted file mode 100644 (file)
index 3dccef2..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-OldAptStartDate: WOString {
-  value      = oldStartDate;
-  dateformat = "%d/%m/%y";
-  escapeHTML = NO;
-}
-
-OldAptStartTime: WOString {
-  value      = oldStartDate;
-  dateformat = "%H:%M";
-  escapeHTML = NO;
-}
-
-NewAptStartDate: WOString {
-  value      = newStartDate;
-  dateformat = "%d/%m/%y";
-  escapeHTML = NO;
-}
-
-NewAptStartTime: 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;
-}