From c19c5a8fc66abeb68a4a48b909d84124d87f92a2 Mon Sep 17 00:00:00 2001 From: wolfgang Date: Mon, 27 Aug 2007 15:57:37 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1158 d1b88da0-ebda-0310-925b-ed51d893ca5b --- .../SOGoAptMailEnglishUpdate.html | 8 ---- .../SOGoAptMailEnglishUpdate.wod | 46 ------------------- 2 files changed, 54 deletions(-) delete mode 100644 SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html delete mode 100644 SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.wod diff --git a/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html b/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html deleted file mode 100644 index e6763c8e..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.html +++ /dev/null @@ -1,8 +0,0 @@ -<#IsSubject>*E* Apt for the <#OldAptStartDate /> at <#OldAptStartTime /> changed -<#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 />. - - \ 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 index 3dccef2a..00000000 --- a/SoObjects/Appointments/SOGoAptMailEnglishUpdate.wo/SOGoAptMailEnglishUpdate.wod +++ /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; -} -- 2.39.5