sogo/UI/Templates/Appointments/SOGoAptMailUpdateReceipt.wox
Francis Lachapelle 81049065b9 Minor formatting change to the appointments receipts.
Monotone-Parent: af4386c37794ac7fd1abd4c4138b2d3e7d458161
Monotone-Revision: 1f0e6aa5d222f124f1b91efcb5a68009fa584386

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-03-31T13:44:33
Monotone-Branch: ca.inverse.sogo
2010-03-31 13:44:33 +00:00

28 lines
1.2 KiB
XML

<?xml version="1.0" standalone="yes"?>
<!DOCTYPE container>
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label">
<var:if condition="isSubject">
<var:string label:value="Receipt: invitation updated" const:escapeHTML="NO"/>
</var:if>
<var:if condition="isSubject" const:negate="YES">
<var:string label:value="The following attendees(s):" const:escapeHTML="NO"/>
<var:foreach list="recipients" item="currentRecipient">
<var:string value="currentRecipient.mailAddress" const:escapeHTML="NO"
/></var:foreach>
<var:string label:value="... have been notified of the changes to the following event:" const:escapeHTML="NO"/>
<var:string label:value="Title:" const:escapeHTML="NO"
/> <var:string value="apt.summary" const:escapeHTML="NO"/>
<var:string label:value="Start:" const:escapeHTML="NO"
/> <var:string value="aptStartDate" const:escapeHTML="NO"/>
<var:string label:value="End:" const:escapeHTML="NO"
/> <var:string value="aptEndDate" const:escapeHTML="NO"/>
</var:if>
</container>