]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/SOGoACLGermanAdditionAdvisory.wox
313f9a448aaf7cd22c7d52c0240d1689d79b4f94
[scalable-opengroupware.org] / UI / Templates / SOGoACLGermanAdditionAdvisory.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     Zugangserlaubniss von <var:string value="currentUserName"/> erstellt
12 </var:if>
13
14 <var:if condition="isBody">
15 <var:string value="currentUserName"/> hat Ihnen den Zugang zu seinem Ordner '<var:string value="resourceName"/>' erlaubt.
16 Folgende URL erlaubt Ihnen, sich sofort an diesem Ordner zu abonnieren:
17     <var:string value="httpAdvisoryURL"/>unsubscribe?mail-invitation=YES
18
19 Sie können sich auch später immer noch durch die SOGo Webseiten abonnieren.
20 </var:if>
21
22 </container>