2020-07-02 10:42:42 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="mail.predefinedAddressesDialog" template="" lang="" group="0" version="17.1">
|
|
|
|
<hbox class="et2_prompt">
|
|
|
|
<grid width="390">
|
|
|
|
<columns>
|
|
|
|
<column width="60"/>
|
|
|
|
<column width="260"/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
2020-07-06 10:25:56 +02:00
|
|
|
<description value="Configured values will be set automatically on compose dialog for respected field when composing a new email."/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description value="Reply to"/>
|
|
|
|
<taglist-email id="replyto" width="100%"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description value="Folder"/>
|
|
|
|
<taglist id="folder" autocomplete_url="mail.mail_compose.ajax_searchFolder" autocomplete_params="" allowFreeEntries="false"/>
|
2020-07-02 10:42:42 +02:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description label= "%s:" value="Cc"/>
|
|
|
|
<taglist-email id="cc" allowFreeEntries="true" include_lists="true"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description label= "%s:" value="Bcc"/>
|
|
|
|
<taglist-email id="bcc" allowFreeEntries="true" include_lists="true"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</hbox>
|
|
|
|
</template>
|
|
|
|
</overlay>
|