2013-06-05 16:24:56 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="mail.display" template="" lang="" group="0" version="1.9.001">
|
|
|
|
<html id="msg"/>
|
2013-06-07 15:58:17 +02:00
|
|
|
<vbox class="mailDisplay mailDisplayHeaderSection" width="100%">
|
2013-06-05 16:24:56 +02:00
|
|
|
<hbox class="mailDisplayHeaders" width="100%">
|
|
|
|
<description value="From"/>
|
2013-07-15 14:31:02 +02:00
|
|
|
<html id="mail_displayfromaddress" readonly="true"/>
|
2013-06-05 16:24:56 +02:00
|
|
|
</hbox>
|
|
|
|
<hbox class="mailDisplayHeaders" width="100%">
|
2013-07-15 14:31:02 +02:00
|
|
|
<description value="on behalf of"/>
|
|
|
|
<html id="mail_displayonbehalfofaddress" readonly="true"/>
|
|
|
|
</hbox>
|
|
|
|
<hbox class="mailDisplayHeaders" width="100%">
|
|
|
|
<description value="Cc"/>
|
|
|
|
<html id="mail_displayccaddress" readonly="true"/>
|
|
|
|
</hbox>
|
|
|
|
<hbox class="mailDisplayHeaders" width="100%">
|
|
|
|
<description value="Bcc"/>
|
|
|
|
<html id="mail_displaybccaddress" readonly="true"/>
|
2013-06-05 16:24:56 +02:00
|
|
|
</hbox>
|
|
|
|
<hbox class="mailDisplayHeaders" width="100%">
|
|
|
|
<description value="Date"/>
|
|
|
|
<date-time align="left" id="mail_displaydate" readonly="true"/>
|
|
|
|
</hbox>
|
|
|
|
<hbox class="mailDisplayHeaders" width="100%">
|
|
|
|
<description value="Subject"/>
|
|
|
|
<description align="left" id="mail_displaysubject" readonly="true"/>
|
|
|
|
</hbox>
|
|
|
|
<hbox class="mail_displayicons">
|
|
|
|
<html id="mail_displayicons"/>
|
|
|
|
</hbox>
|
2013-06-07 15:58:17 +02:00
|
|
|
</vbox>
|
|
|
|
<vbox class="mailDisplay" width="100%">
|
2013-06-05 16:24:56 +02:00
|
|
|
<box class="mailDisplayContainer">
|
|
|
|
<html id="mail_displaybody"/>
|
|
|
|
</box>
|
2013-06-07 15:58:17 +02:00
|
|
|
<box class="mailDisplayAttachments">
|
|
|
|
<html id="mail_displayattachments"/>
|
|
|
|
</box>
|
2013-06-05 16:24:56 +02:00
|
|
|
</vbox>
|
|
|
|
</template>
|
|
|
|
</overlay>
|