sogo/UI/Templates/SOGoACLDutchRemovalAdvisory.wox
Ludovic Marcotte 9e7ed29355 See ChangeLog
Monotone-Parent: be0853f1c8435c98ae98c64bdca2a134b1a2dee7
Monotone-Revision: 6810c56ec0938b566b7b3956334cdf42acad581b

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-03-02T20:32:01
Monotone-Branch: ca.inverse.sogo
2009-03-02 20:32:01 +00:00

28 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 value="currentUserName" const:escapeHTML="NO"/> has removed you
</var:if>
<var:if condition="isBody">
<var:string value="currentUserName" const:escapeHTML="NO"/> has removed you from the access list for his <var:string const:value='"' const:escapeHTML="NO"/><var:string value="resourceName" const:escapeHTML="NO"/><var:string const:value='"' const:escapeHTML="NO"/> folder.
You can unsubscribe directly to that folder by following this link:
<var:string value="httpAdvisoryURL" const:escapeHTML="NO"/>unsubscribe?mail-invitation=YES
Otherwise, you will be able to unsubscribe later from the SOGo web interface.
You can also no longer access this resource using the following URL:
<var:string value="httpFolderURL" const:escapeHTML="NO"/>
</var:if>
</container>