2015-02-27 15:47:27 +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">
|
2015-02-27 15:47:27 +01:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
2015-11-25 16:17:59 +01:00
|
|
|
<template id="mail.index.rows" template="" lang="" group="0" version="1.9.001">
|
2015-02-27 15:47:27 +01:00
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
2015-12-23 12:13:26 +01:00
|
|
|
<column width="20"/>
|
2016-05-04 12:02:16 +02:00
|
|
|
<column width="90%"/>
|
2015-02-27 15:47:27 +01:00
|
|
|
<column width="80"/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row class="th">
|
2016-05-04 12:02:16 +02:00
|
|
|
|
2015-02-27 15:47:27 +01:00
|
|
|
</row>
|
2015-12-23 12:13:26 +01:00
|
|
|
<row>
|
|
|
|
<description class="$row_cont[class] mobile_cat_col"/>
|
2015-11-16 16:45:04 +01:00
|
|
|
<vbox>
|
2016-01-26 17:25:18 +01:00
|
|
|
<url-email id="${row}[fromaddress]" class="$row_cont[class]" readonly="true"/>
|
2015-12-23 12:13:26 +01:00
|
|
|
<hbox>
|
|
|
|
<description class="status_img $row_cont[class]"/>
|
|
|
|
<description id="${row}[subject]" no_lang="1" class="$row_cont[class]" />
|
|
|
|
</hbox>
|
2016-02-19 10:42:09 +01:00
|
|
|
<description id="${row}[bodypreview]" no_lang="1" class='et2_label bodypreview'/>
|
2015-11-16 16:45:04 +01:00
|
|
|
</vbox>
|
|
|
|
<vbox>
|
2015-12-23 12:13:26 +01:00
|
|
|
<hbox>
|
|
|
|
<time_or_date align="center" class="$row_cont[class]" id="${row}[date]" readonly="true"/>
|
|
|
|
</hbox>
|
2015-11-16 16:45:04 +01:00
|
|
|
<hbox>
|
|
|
|
<html id="${row}[attachments]"/>
|
|
|
|
</hbox>
|
2016-05-04 12:02:16 +02:00
|
|
|
</vbox>
|
2015-02-27 15:47:27 +01:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2015-11-25 16:17:59 +01:00
|
|
|
<template id="mail.index.header_right">
|
2015-11-16 16:45:04 +01:00
|
|
|
<hbox class="mail-index_quotabox"><progress id="nm[quotainpercent]" label="@nm[quota]" class="@nm[quotaclass]"/></hbox>
|
|
|
|
</template>
|
2015-11-25 16:17:59 +01:00
|
|
|
<template id="mail.index" template="" lang="" group="0" version="1.9.001">
|
2015-02-27 15:47:27 +01:00
|
|
|
<tree autoloading="mail.mail_ui.ajax_foldertree" id="nm[foldertree]" onclick="app.mail.mail_changeFolder" parent_node="mail-tree_target"/>
|
|
|
|
<html id="msg"/>
|
2016-01-14 11:56:48 +01:00
|
|
|
<buttononly id="composeButton" class="plus_button" onclick="app.mail.mail_compose(false);" parent_node="mail-index_msg"/>
|
2015-02-27 15:47:27 +01:00
|
|
|
<buttononly id="button[mailcreate]" onclick="app.mail.mail_compose(false);" label="Compose" parent_node="mail-index_buttonmailcreate"/>
|
|
|
|
<hbox class="mail-index_vacation"><vbox>
|
|
|
|
<description id="nm[vacationnotice]" class="@nm[vacationclass]"/>
|
|
|
|
<description id="nm[vacationrange]" class="@nm[vacationrangeclass]"/></vbox>
|
|
|
|
</hbox>
|
2015-11-25 16:17:59 +01:00
|
|
|
<nextmatch id="nm" onselect="app.mail.mail_preview" template="mail.index.rows" right_header="mail.index.header_right"/>
|
2015-02-27 15:47:27 +01:00
|
|
|
</template>
|
|
|
|
</overlay>
|