Monotone-Parent: 93ac3544873becf72157e54ddeac053456390045

Monotone-Revision: 5d13be9c64742eda95c52fa0f0205eb99849d1d1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-09-28T13:20:04
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2009-09-28 13:20:04 +00:00
parent 65964c5b71
commit 02bf8acc97

View file

@ -5,18 +5,15 @@
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label"
class="mailer_plaincontent signed"
class="signed"
const:id="signedMessage"
var:valid="validSignature"
var:error="validationMessage"
>
<div>
<var:foreach list="bodyInfo.parts" item="childInfo" index="childIndex">
<div>
<var:component value="contentViewerComponent"
bodyInfo="childInfo"
partPath="childPartPath" />
</div>
</var:foreach>
</div>
var:error="validationMessage">
<var:foreach list="bodyInfo.parts" item="childInfo" index="childIndex">
<div>
<var:component value="contentViewerComponent"
bodyInfo="childInfo"
partPath="childPartPath" />
</div>
</var:foreach>
</div>