sogo/UI/Templates/SOGoACLRussianRemovalAdvisory.wox
Ludovic Marcotte 90341bbe6b See ChangeLog
Monotone-Parent: b10e6433bff6e100acf843ec817f265d473e1a2d
Monotone-Revision: 86ef295932bd121e7b8a29072f0a498b9bc26089

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-04-26T13:20:52
Monotone-Branch: ca.inverse.sogo
2010-04-26 13:20:52 +00:00

29 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>