fix #8131 - chinese translations
[Pman.Core] / templates / mail / MessagePreview.html
1  
2 <div class="undoreset" style="margin:10px">
3
4 <code><B>From:</B> "{msg.from_name}" &lt;{msg.from_email}&gt;<br/>
5 <B>Subject:</B> {msg.subject}<br/>
6 <B>To:</B> {msg.rcpts}<br/>
7 </code>
8  
9 {if:!showHtml}
10 <br>
11 <code>{msg.plaintext:b}</code>
12 {else:}
13 <br/>
14 {msg.bodytext:h}
15 {end:}
16 </div>