]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/SOGoACLEnglishModificationAdvisory.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1291 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Templates / SOGoACLEnglishModificationAdvisory.wox
1 <?xml version="1.0" standalone="yes"?>
2 <!DOCTYPE container>
3 <container 
4   xmlns="http://www.w3.org/1999/xhtml"
5   xmlns:var="http://www.skyrix.com/od/binding"
6   xmlns:const="http://www.skyrix.com/od/constant"
7   xmlns:rsrc="OGo:url"
8   xmlns:label="OGo:label">
9
10 <var:if condition="isSubject">
11     <var:string value="currentUserName"/> has modified the access rights
12 </var:if>
13
14 <var:if condition="isBody">
15 <var:string value="currentUserName"/> has modified your access rights for his '<var:string value="resourceName"/>' folder.
16
17 You can subscribe directly to that folder by following this link:
18     <var:string value="httpAdvisoryURL"/>subscribe?mail-invitation=YES
19
20 Otherwise, you will be able to subscribe later from the SOGo web interface.
21
22 You can also access this resource remotely using the following URL:
23
24 <var:string value="httpFolderURL"/>
25 </var:if>
26
27 </container>