mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user