2015-02-17 10:55:05 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2017-02-01 09:59:37 +01:00
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
2013-02-08 20:11:44 +01:00
<!-- $Id$ -->
<overlay>
2016-08-02 12:32:57 +02:00
<template id="mail.index.splitter" height="100%" template="" lang="" group="0" version="1.9.001">
2017-06-23 15:36:31 +02:00
<split dock_side="bottomDock" id="mailSplitter">
2017-06-28 15:46:22 +02:00
<nextmatch id="nm" onselect="app.mail.mail_preview" class="" template="mail.index.rows" header_left="mail.index.add" header_right="mail.index.header_right"/>
2013-05-14 15:19:09 +02:00
<vbox id="mailPreview" width="100%">
2017-06-28 15:46:22 +02:00
<toolbar id="toolbar"/>
2017-03-23 17:28:20 +01:00
<box id="blank" disabled="false">
<image src="mail"/>
<description value="Select an item to read"/>
</box>
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"/>
2019-01-22 18:48:39 +01:00
<hbox id="additionalFromAddress" class="mail_extraEmails">
</hbox>
<buttononly class="et2_button ui-button" label="Show all Addresses" image="foldertree_nolines_plus" onclick="app.mail.showAllHeader"/>
2013-05-14 15:19:09 +02:00
</hbox>
2014-02-10 15:16:02 +01:00
<hbox id="mailPreviewHeadersSubject" class="mailPreviewHeaders">
2013-12-23 23:37:40 +01:00
<description value="Subject"/>
2019-08-26 17:01:37 +02:00
<description align="left" id="previewSubject" readonly="true" hover_action="app.mail.modifyMessageSubjectDialog" hover_action_title="Modify subject of this message"/>
2013-12-23 23:37:40 +01:00
</hbox>
<hbox id="mailPreviewHeadersDate" class="mailPreviewHeaders">
2014-01-15 11:41:56 +01:00
<description value="Date"/>
2013-12-23 23:37:40 +01:00
<date-time align="left" id="previewDate" 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"/>
2013-12-18 01:37:30 +01:00
<hbox id="additionalToAddress" class="mail_extraEmails">
2013-12-17 01:26:29 +01:00
</hbox>
2013-12-23 23:37:40 +01:00
<buttononly class="et2_button ui-button" label="Show all Addresses" image="foldertree_nolines_plus" onclick="app.mail.showAllHeader"/>
2013-12-17 01:26:29 +01:00
</hbox>
<hbox id="mailPreviewHeadersCC" class="mailPreviewHeaders">
<description value="CC"/>
2013-12-18 01:37:30 +01:00
<hbox id="additionalCCAddress" class="mail_extraEmails">
2013-12-17 01:26:29 +01:00
</hbox>
2013-12-23 23:37:40 +01:00
<buttononly class="et2_button ui-button" label="Show all Addresses" image="foldertree_nolines_plus" onclick="app.mail.showAllHeader"/>
2013-05-14 15:19:09 +02:00
</hbox>
2017-08-31 17:33:23 +02:00
<hbox class="mailPreviewHeaders smimeIcons">
2017-09-01 16:20:57 +02:00
<image id="smime_signature" src="smime_sign" statustext="Smime signed message" disabled="true" align="right" width="24"/>
<image id="smime_encryption" src="smime_encrypt" statustext="Smime encrypted message" disabled="true" align="right" width="24"/>
2017-08-31 17:33:23 +02:00
</hbox>
2013-12-23 23:37:40 +01:00
<hbox id="mailPreviewHeadersAttachments" class="mailPreviewHeaders">
<description value="Attachments"/>
2014-09-04 12:54:32 +02:00
<grid disabled="@no_griddata" id="previewAttachmentArea" class="previewAttachmentArea egwGridView_grid">
2014-07-15 14:14:21 +02:00
<columns>
<column disabled="!@showtempname"/>
<column disabled="!@showtempname"/>
<column disabled="!@showtempname"/>
<column disabled="!@showtempname"/>
<column width="70%" />
<column width="11%" />
<column width="3%"/>
<column width="3%"/>
<column width="3%"/>
<column />
</columns>
<rows>
2014-09-04 12:54:32 +02:00
<row class="row attachmentRow">
2014-07-15 14:14:21 +02:00
<description id="${row}[attachment_number]" />
<description id="${row}[partID]" />
<description id="${row}[type]" />
<description id="${row}[winmailFlag]" />
2016-05-02 12:22:58 +02:00
<description class="et2_link useEllipsis" id="${row}[filename]" extra_link_target="$row_cont[windowName]" extra_link_popup="$row_cont[popup]" no_lang="1" expose_view="true" mime="$row_cont[type]" mime_data="$row_cont[mime_data]" href="$row_cont[mime_url]"/>
2015-03-24 12:40:06 +01:00
<description align="right" id="${row}[size]"/>
2018-05-14 21:12:36 +02:00
<buttononly id="${row}[save]" image="fileexport" onclick="app.mail.saveAttachmentHandler(widget,'downloadOneAsFile', ${row})" label="Save to disk"/>
2019-09-09 23:39:56 +02:00
<buttononly id="${row}[saveAsVFS]" image="filemanager/navbar" onclick="app.mail.saveAttachmentHandler(widget,'saveOneToVfs', ${row})" label="Save to filemanager"/>
2018-05-14 21:12:36 +02:00
<buttononly class="$row_cont[classSaveAllPossiblyDisabled]" id="${row}[save_all]" image="mail/save_all" onclick="app.mail.saveAttachmentHandler(widget,'saveAllToVfs', ${row})" label="Save all attachments to filemanager"/>
2017-11-08 19:07:04 +01:00
<buttononly class="$row_cont[classSaveAllPossiblyDisabled]" id="${row}[save_zip]" image="mail/save_zip" onclick="app.mail.saveAttachmentHandler(widget,'downloadAllToZip', ${row})" label="Save as Zip"/>
2014-07-15 14:14:21 +02:00
</row>
</rows>
2013-10-18 11:58:25 +02:00
</grid>
2016-07-15 17:09:27 +02:00
<buttononly class="et2_button ui-button" label="Show all attachments" image="foldertree_nolines_plus" width="16px" height="16px" onclick="app.mail.showAllHeader"/>
2013-10-01 13:29:54 +02:00
</hbox>
2017-06-28 15:46:22 +02:00
<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>
2015-09-02 11:31:47 +02:00
</template>
2016-08-02 12:32:57 +02:00
<template id="mail.index.nosplitter" template="" lang="" group="0" version="1.9.001">
2016-04-12 14:53:50 +02:00
<nextmatch id="nm" onselect="app.mail.mail_preview" template="mail.index.rows" header_left="mail.index.add" header_right="mail.index.header_right"/>
2015-09-02 11:31:47 +02:00
</template>
<template id="mail.index.rows" template="" lang="" group="0" version="1.9.001">
<grid width="100%">
<columns>
<column width="20"/>
<column width="20"/>
<column width="40%"/>
2017-06-28 11:46:12 +02:00
<column minWidth="42" width="95"/>
2015-09-02 11:31:47 +02:00
<column width="95"/>
<column width="95"/>
<column width="30%"/>
<column width="30%"/>
<column width="80"/>
2017-01-19 18:52:28 +01:00
<column width="80"/>
2015-09-02 11:31:47 +02:00
</columns>
<rows>
<row class="th">
<nextmatch-header statustext="Status" label="St." id="status"/>
<nextmatch-header statustext="attachments, ..." label="..." id="attachments"/>
<nextmatch-sortheader label="subject" id="subject"/>
<nextmatch-sortheader align="center" label="date" id="date" sortmode="DESC"/>
<nextmatch-sortheader align="center" label="arrival" id="arrival"/>
<nextmatch-sortheader label="mail-address" id="address"/>
<nextmatch-sortheader label="to" id="toaddress"/>
<nextmatch-sortheader label="from" id="fromaddress"/>
<nextmatch-sortheader align="center" label="size" id="size"/>
2017-01-19 18:52:28 +01:00
<nextmatch-header statustext="security" label="Security" id="security"/>
2015-09-02 11:31:47 +02:00
</row>
<row class="$row_cont[class]">
<description span="1" class="status_img"/>
<html id="${row}[attachments]"/>
2016-02-18 16:46:02 +01:00
<vbox>
2018-12-07 11:18:06 +01:00
<description id="${row}[subject]" no_lang="1"/>
2016-02-18 16:46:02 +01:00
<description id="${row}[bodypreview]" no_lang="1" class='et2_label bodypreview'/>
</vbox>
2017-06-28 11:46:12 +02:00
<hbox>
<date-time_today align="center" id="${row}[date]" readonly="true"/>
</hbox>
2015-09-02 11:31:47 +02:00
<date-time_today align="center" id="${row}[modified]" readonly="true"/>
<url-email id="${row}[address]" contact_plus = "true" readonly="true"/>
<url-email id="${row}[toaddress]" contact_plus = "true" readonly="true"/>
<url-email id="${row}[fromaddress]" contact_plus = "true" readonly="true"/>
<vfs-size align="right" id="${row}[size]" no_lang="1" readonly="true"/>
2017-07-19 18:16:22 +02:00
<image src="$row_cont[smime]" />
2015-09-02 11:31:47 +02:00
</row>
</rows>
</grid>
</template>
2016-02-25 16:07:35 +01:00
<template id="mail.index.add" template="" lang="" group="0" version="1.9.001">
<buttononly id="button[mailcreate]" onclick="app.mail.mail_compose(false);" label="Compose"/>
</template>
2016-04-12 14:53:50 +02:00
<template id="mail.index.header_right" template="" lang="" group="0" version="1.9.001">
<hbox id="mail.index.vacationnotice" class="mail-index_vacation"><vbox>
2015-09-02 11:31:47 +02:00
<description id="nm[vacationnotice]" class="@nm[vacationclass]"/>
<description id="nm[vacationrange]" class="@nm[vacationrangeclass]"/></vbox>
</hbox>
2016-04-12 14:53:50 +02:00
<hbox id="mail.index.datefilter" class="mail-index_datefilter">
<date id="startdate" label="Start" onchange="app.mail.mail_refreshMessageGrid(false,true);"/>
<date id="enddate" label="End" onchange="app.mail.mail_refreshMessageGrid(false,true);"/>
</hbox>
<hbox id="mail.index.quotabox" class="mail-index_quotabox"><progress id="nm[quotainpercent]" label="@nm[quota]" class="@nm[quotaclass]"/></hbox>
2016-02-25 16:07:35 +01:00
</template>
<template id="mail.index" template="" lang="" group="0" version="1.9.001">
<tree autoloading="mail.mail_ui.ajax_foldertree" id="nm[foldertree]" onclick="app.mail.mail_changeFolder" parent_node="mail-tree_target" onopenstart="app.mail.subscription_autoloadingStart" onopenend="app.mail.subscription_autoloadingEnd" highlighting="true"/>
2016-08-02 12:32:57 +02:00
<template id="splitter" height="100%" template="mail.index.splitter"/>
2015-02-27 17:28:51 +01:00
<iframe frameborder="1" id="extra_iframe" scrolling="auto" disabled="true"/>
2013-02-08 20:11:44 +01:00
</template>
2013-04-12 12:35:40 +02:00
</overlay>