sogo/UI/Templates/Appointments/SOGoAptMailInvitationReceipt.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

32 lines
1.1 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: users invited to a meeting"
const:escapeHTML="NO"/>
</var:if>
<var:if condition="isSubject" const:negate="YES">
<var:string label:value="You have invited 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="... to attend the following event:"
const:escapeHTML="NO"/>
<var:string label:value="Title:"/> <var:string value="apt.summary"
const:escapeHTML="NO"/>
<var:string label:value="Start:"/> <var:string value="aptStartDate"
const:escapeHTML="NO"/>
<var:string label:value="End:"/> <var:string value="aptEndDate"
const:escapeHTML="NO"/>
</var:if>
</container>