2022-07-29 13:26:58 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-01-04 18:28:10 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
2022-07-29 13:26:58 +02:00
|
|
|
<overlay>
|
|
|
|
<template id="mail.index.rows.vertical" template="" lang="" group="0" version="1.9.001">
|
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
2023-03-24 13:28:47 +01:00
|
|
|
<column width="80%"/>
|
|
|
|
<column width="140"/>
|
2022-07-29 13:26:58 +02:00
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row class="th">
|
|
|
|
<nextmatch-sortheader label="subject" id="subject"/>
|
|
|
|
<nextmatch-sortheader align="center" label="date" id="date" sortmode="DESC"/>
|
|
|
|
</row>
|
|
|
|
<row class="$row_cont[class]">
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-hbox class="$row_cont[class] mobile_cat_col">
|
2023-06-27 08:59:43 +02:00
|
|
|
<et2-lavatar contactId="email:$row_cont[address]" fname="$row_cont[lavatar][fname]"
|
2023-11-08 17:54:00 +01:00
|
|
|
lname="$row_cont[lavatar][lname]" shape="rounded"></et2-lavatar>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-vbox>
|
2024-01-22 16:39:51 +01:00
|
|
|
<et2-url-email id="${row}[address]" class="$row_cont[class]" readonly="true" emailDisplay="preference"></et2-url-email>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-hbox>
|
|
|
|
<et2-description id="${row}[subject]" class="$row_cont[class]" noLang="1"></et2-description>
|
|
|
|
</et2-hbox>
|
|
|
|
<et2-description id="${row}[bodypreview]" class="et2_label bodypreview" noLang="1"></et2-description>
|
|
|
|
</et2-vbox>
|
|
|
|
</et2-hbox>
|
|
|
|
<et2-vbox>
|
|
|
|
<et2-hbox>
|
2024-10-24 23:15:43 +02:00
|
|
|
<et2-date-time class="$row_cont[class]" id="${row}[date]" readonly="true"></et2-date-time>
|
2023-01-04 18:28:10 +01:00
|
|
|
</et2-hbox>
|
2024-10-28 20:36:18 +01:00
|
|
|
<et2-hbox class="status_icons">
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-image src="$row_cont[smime]" height="16px"></et2-image>
|
2022-07-29 13:26:58 +02:00
|
|
|
<html id="${row}[attachments]"/>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description class="status_img $row_cont[class]"></et2-description>
|
|
|
|
</et2-hbox>
|
|
|
|
</et2-vbox>
|
2022-07-29 13:26:58 +02:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2023-01-04 18:28:10 +01:00
|
|
|
</overlay>
|