forked from extern/egroupware
47 lines
1.4 KiB
XML
47 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="mail.checkmailbox" template="" lang="" group="0" version="1.9.001">
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th">
|
|
<vbox options="0,0">
|
|
<description value="Folder" readonly="true"/>
|
|
</vbox>
|
|
<vbox options="0,0">
|
|
<description value="Subject" readonly="true"/>
|
|
</vbox>
|
|
<vbox options="0,0">
|
|
<description value="From" readonly="true"/>
|
|
</vbox>
|
|
<vbox options="0,0">
|
|
<description value="Received" readonly="true"/>
|
|
</vbox>
|
|
</row>
|
|
<row class="row" valign="top">
|
|
<vbox options="0,0">
|
|
<description id="${row}[mail_folder]"/>
|
|
</vbox>
|
|
<vbox options="0,0">
|
|
<!-- description id="${row}[mail_subject]" no_lang="1" font_style="b" href="mail.mail_ui.displayMessage&uid=$row_cont[mail_uid]&mailbox=$row_cont[mail_folder_base64]" extra_link_popup="750x500"/ -->
|
|
<description id="${row}[mail_subject]" no_lang="1" font_style="b"/>
|
|
</vbox>
|
|
<vbox options="0,0">
|
|
<url-email id="${row}[mail_from]" no_lang="1" readonly="true"/>
|
|
</vbox>
|
|
<vbox options="0,0">
|
|
<date-time id="${row}[mail_received]" readonly="true" options=",8"/>
|
|
</vbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay>
|