2013-02-08 20:11:44 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="mail.index.rows" template="" lang="" group="0" version="1.9.001">
|
2013-05-14 15:19:09 +02:00
|
|
|
<grid width="100%">
|
2013-02-08 20:11:44 +01:00
|
|
|
<columns>
|
|
|
|
<column width="25"/>
|
2013-02-19 17:30:59 +01:00
|
|
|
<column width="20"/>
|
|
|
|
<column width="20"/>
|
2013-02-08 20:11:44 +01:00
|
|
|
<column/>
|
|
|
|
<column width="95"/>
|
|
|
|
<column width="120"/>
|
|
|
|
<column width="120"/>
|
|
|
|
<column width="50"/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row class="th">
|
|
|
|
<nextmatch-header label="ID" id="uid" readonly="true"/>
|
2013-02-19 17:30:59 +01:00
|
|
|
<nextmatch-header statustext="Status" label="St." id="status"/>
|
|
|
|
<nextmatch-header statustext="attachments, ..." label="..." id="attachments"/>
|
2013-02-08 20:11:44 +01:00
|
|
|
<nextmatch-sortheader label="subject" id="subject"/>
|
|
|
|
<nextmatch-sortheader align="center" label="date" id="date"/>
|
|
|
|
<nextmatch-sortheader label="to" id="toaddress"/>
|
|
|
|
<nextmatch-sortheader label="from" id="fromaddress"/>
|
|
|
|
<nextmatch-sortheader align="center" label="size" id="size"/>
|
|
|
|
</row>
|
2013-02-14 18:10:20 +01:00
|
|
|
<row class="$row_cont[class]">
|
2013-02-08 20:11:44 +01:00
|
|
|
<description id="${row}[uid]" readonly="true"/>
|
2013-02-19 17:30:59 +01:00
|
|
|
<description span="1" class="status_img"/>
|
|
|
|
<html id="${row}[attachments]"/>
|
2013-02-08 20:11:44 +01:00
|
|
|
<description id="${row}[subject]"/>
|
2013-02-18 16:16:45 +01:00
|
|
|
<date-time_today align="center" id="${row}[date]" readonly="true"/>
|
2013-02-08 20:11:44 +01:00
|
|
|
<url-email id="${row}[toaddress]" readonly="true"/>
|
|
|
|
<url-email id="${row}[fromaddress]" readonly="true"/>
|
2013-02-12 15:30:58 +01:00
|
|
|
<vfs-size align="right" id="${row}[size]" no_lang="1" readonly="true"/>
|
2013-02-08 20:11:44 +01:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
|
|
|
<template id="mail.index" template="" lang="" group="0" version="1.9.001">
|
2013-07-20 09:23:55 +02:00
|
|
|
<tree autoloading="mail.mail_ui.ajax_foldertree" id="nm[foldertree]" onclick="app.mail.mail_changeFolder(widget.event_args[0],widget);" parent_node="mail-tree_target"/>
|
|
|
|
<buttononly id="button[mailcreate]" onclick="app.mail.mail_compose(false);" label="Compose" parent_node="mail-index_buttonmailcreate"/>
|
2013-08-21 12:47:20 +02:00
|
|
|
<buttononly id="button[testhtmlarea]" onclick="app.mail.mail_testhtmlarea(false);" label="Test HTML Area" parent_node="mail-index_buttontesthtmlarea"/>
|
2013-02-12 18:48:04 +01:00
|
|
|
<html id="msg"/>
|
2013-05-14 15:19:09 +02:00
|
|
|
<split dock_side="bottomDock" id="mailSplitter" orientation="h">
|
2013-04-12 15:10:27 +02:00
|
|
|
<nextmatch id="nm" onselect="app.mail.mail_preview" template="mail.index.rows"/>
|
2013-05-14 15:19:09 +02:00
|
|
|
<vbox id="mailPreview" width="100%">
|
2013-05-27 15:48:55 +02:00
|
|
|
<hbox width="100%" id="mailPreviewHeadersFrom" class="mailPreviewHeaders">
|
2013-05-14 15:19:09 +02:00
|
|
|
<description value="From"/>
|
|
|
|
<url-email id="previewFromAddress" readonly="true"/>
|
|
|
|
</hbox>
|
2013-05-27 15:48:55 +02:00
|
|
|
<hbox width="100%" id="mailPreviewHeadersTo" class="mailPreviewHeaders">
|
2013-05-14 15:19:09 +02:00
|
|
|
<description value="To"/>
|
|
|
|
<url-email id="previewToAddress" readonly="true"/>
|
|
|
|
</hbox>
|
2013-05-27 15:48:55 +02:00
|
|
|
<hbox width="100%" id="mailPreviewHeadersDate" class="mailPreviewHeaders">
|
2013-05-14 15:19:09 +02:00
|
|
|
<description value="Date"/>
|
|
|
|
<date-time align="left" id="previewDate" readonly="true"/>
|
|
|
|
</hbox>
|
2013-05-27 15:48:55 +02:00
|
|
|
<hbox width="100%" id="mailPreviewHeadersSubject" class="mailPreviewHeaders">
|
2013-05-14 15:19:09 +02:00
|
|
|
<description value="Subject"/>
|
|
|
|
<description align="left" id="previewSubject" readonly="true"/>
|
|
|
|
</hbox>
|
|
|
|
<hbox id="mailPreviewIcons">
|
|
|
|
<description value="Icons"/>
|
|
|
|
</hbox>
|
|
|
|
<box id="mailPreviewContainer">
|
|
|
|
<iframe frameborder="1" id="messageIFRAME" scrolling="auto"/>
|
|
|
|
</box>
|
2013-04-12 11:22:23 +02:00
|
|
|
</vbox>
|
2013-02-22 17:05:43 +01:00
|
|
|
</split>
|
2013-02-08 20:11:44 +01:00
|
|
|
</template>
|
2013-04-12 12:35:40 +02:00
|
|
|
</overlay>
|