]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/SOGoACLEnglishAdditionAdvisory.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1089 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Templates / SOGoACLEnglishAdditionAdvisory.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 added you
12 </var:if>
13
14 <var:if condition="isBody">
15 <var:string value="currentUserName"/> has added you to the access list for his '<var:string value="resourceName"/>' folder.
16 You can subscribe directly to that folder by following this link:
17     <var:string value="httpAdvisoryURL"/>subscribe?mail-invitation=YES
18
19 Otherwise, you will be able to subscribe later from the SOGo web interface.
20 </var:if>
21
22 </container>