mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
Monotone-Parent: c9fe71973aed95296138ce4dd5fd00105a55b4c6
Monotone-Revision: e7a68cedf154a8b151279d9edb2c2448a58051f7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-18T20:30:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -21,15 +21,15 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<form name="pageform" enctype="multipart/form-data">
|
||||
<form name="pageform" enctype="multipart/form-data" accept-charset="UTF-8">
|
||||
<div id="headerArea">
|
||||
<div id="attachmentsArea">
|
||||
<var:string label:value="Attachments:" />
|
||||
<ul id="attachments">
|
||||
<var:foreach list="attachmentNames" item="attachmentName"
|
||||
><img rsrc:img="attachment.gif"
|
||||
/><var:string value="attachmentName"
|
||||
/></var:foreach>
|
||||
><li><img rsrc:src="attachment.gif"
|
||||
/><var:string value="attachmentName"
|
||||
/></li></var:foreach>
|
||||
</ul>
|
||||
</div>
|
||||
<span class="headerField"><var:string label:value="From" />:</span>
|
||||
|
||||
Reference in New Issue
Block a user