sogo/UI/Templates/SOGoACLDutchAdditionAdvisory.wox
Ludovic Marcotte a352c05d22 Adjusted the templates to not use his but rather their
Monotone-Parent: b7715dca41945ec8af6e621dd1ca4d2406198824
Monotone-Revision: 00c385f170e269a8305d89f7f557f6ee66aa5904

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-10-18T14:30:28
Monotone-Branch: ca.inverse.sogo
2010-10-18 14:30:28 +00:00

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