Moved "to" field out of the "bodyAdditionalFields" DIV in the MailPartViewers template.

Monotone-Parent: 2b6cf9ec13774912de440dcfe08a03df4a580d4e
Monotone-Revision: d41e13d636a1fa2bf22bce99faacdbfccca67d9e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-10-01T19:47:02
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2009-10-01 19:47:02 +00:00
parent bf093a8053
commit 87007c35d1

View file

@ -15,9 +15,9 @@
<span class="fieldName"><var:string label:value="Date"/>:</span>
<var:string value="envelope.date"
formatter="context.mailDateFormatter"/><br/>
<span class="fieldName"><var:string label:value="To"/>:</span>
<var:string value="toAddresses"/><br/>
<div class="bodyAdditionalFields">
<span class="fieldName"><var:string label:value="To"/>:</span>
<var:string value="toAddresses"/><br/>
<var:if condition="envelope.hasCC">
<span class="fieldName"><var:string label:value="CC"/>:</span>
<var:string value="ccAddresses"/>