sogo/UI/Templates/SOGoFolderEnglishRemovalAdvisory.wox
Ludovic Marcotte 90341bbe6b See ChangeLog
Monotone-Parent: b10e6433bff6e100acf843ec817f265d473e1a2d
Monotone-Revision: 86ef295932bd121e7b8a29072f0a498b9bc26089

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-04-26T13:20:52
Monotone-Branch: ca.inverse.sogo
2010-04-26 13:20:52 +00:00

24 lines
831 B
XML

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