sogo/UI/Templates/SOGoACLEnglishAdditionAdvisory.wox
Wolfgang Sourdeau 2cd8d9629f Monotone-Parent: 7757c54327c7b25ce729a04203f7d92573db98fc
Monotone-Revision: 9e848e008df99a6aae6401a0b3345b1320d222a8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-30T20:08:37
Monotone-Branch: ca.inverse.sogo
2007-05-30 20:08:37 +00:00

23 lines
747 B
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 value="currentUserName"/> has added you
</var:if>
<var:if condition="isBody">
<var:string value="currentUserName"/> has added you to the access list for his '<var:string value="resourceName"/>' folder.
You can subscribe directly to that folder by following this link:
<var:string value="httpAdvisoryURL"/>subscribe?mail-invitation=YES
Otherwise, you will be able to subscribe later from the SOGo web interface.
</var:if>
</container>