sogo/UI/Templates/SOGoFolderGermanRemovalAdvisory.wox

23 lines
555 B
Plaintext
Raw Normal View History

<?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="displayName"/> has been deleted
</var:if>
<var:if condition="isBody">
The <var:string value="displayName"/> folder has been deleted.
The following URL is now no longer active:
<var:string value="httpFolderURL"/>
</var:if>
</container>