]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/SOGoFolderEnglishRemovalAdvisory.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1305 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Templates / SOGoFolderEnglishRemovalAdvisory.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="displayName"/> has been deleted
12 </var:if>
13
14 <var:if condition="isBody">
15 The <var:string value="displayName"/> folder has been deleted. 
16
17 The following URL is now no longer active:  
18
19 <var:string value="httpFolderURL"/>
20 </var:if>
21
22 </container>