2013-07-20 09:23:55 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="mail.compose" template="" lang="" group="0" version="1.9.001">
|
|
|
|
<html id="msg"/>
|
|
|
|
<vbox class="mailCompose mailComposeHeaderSection" width="100%">
|
2013-07-20 17:15:29 +02:00
|
|
|
<hbox class="mailComposeHeaders" width="99%">
|
|
|
|
<description value="Identity"/>
|
2013-08-21 12:47:20 +02:00
|
|
|
<taglist-email id="SENDER" width="88%" allowFreeEntries="false" maxSelection="1" autocomplete_url="mail.mail_compose.ajax_searchIdentities" onclick="app.mail.address_click"/>
|
|
|
|
</hbox>
|
|
|
|
<hbox>
|
|
|
|
<button label="Submit" id="button[apply]"/><button label="Save" id="button[save]"/>
|
2013-07-20 17:15:29 +02:00
|
|
|
</hbox>
|
2013-07-20 15:10:17 +02:00
|
|
|
<hbox class="mailComposeHeaders" width="99%">
|
|
|
|
<description value="To"/>
|
2013-07-30 16:20:23 +02:00
|
|
|
<taglist-email id="TO" width="88%" onclick="app.mail.address_click"/>
|
2013-07-20 09:23:55 +02:00
|
|
|
</hbox>
|
2013-07-20 15:10:17 +02:00
|
|
|
<hbox class="mailComposeHeaders" width="99%">
|
2013-07-20 09:23:55 +02:00
|
|
|
<description value="Cc"/>
|
2013-07-30 16:20:23 +02:00
|
|
|
<taglist-email id="CC" width="88%" onclick="app.mail.address_click"/>
|
2013-07-20 09:23:55 +02:00
|
|
|
</hbox>
|
2013-07-20 15:10:17 +02:00
|
|
|
<hbox class="mailComposeHeaders" width="99%">
|
2013-07-20 09:23:55 +02:00
|
|
|
<description value="Bcc"/>
|
2013-07-30 16:20:23 +02:00
|
|
|
<taglist-email id="BCC" width="88%" onclick="app.mail.address_click"/>
|
2013-07-20 09:23:55 +02:00
|
|
|
</hbox>
|
2013-07-20 15:10:17 +02:00
|
|
|
<hbox class="mailComposeHeaders" width="99%">
|
|
|
|
<description value="Reply To"/>
|
2013-08-21 12:47:20 +02:00
|
|
|
<taglist-email id="REPLYTO" width="88%" maxSelection="1" onclick="app.mail.address_click"/>
|
2013-07-20 09:23:55 +02:00
|
|
|
</hbox>
|
2013-07-20 15:10:17 +02:00
|
|
|
<hbox class="mailComposeHeaders" width="99%">
|
|
|
|
<description value="Store to Folder"/>
|
2013-07-20 17:15:29 +02:00
|
|
|
<taglist id="FOLDER" width="88%" autocomplete_url='mail.mail_compose.ajax_searchFolder' autocomplete_params='' allowFreeEntries="false" onclick="app.mail.address_click"/>
|
2013-07-20 15:10:17 +02:00
|
|
|
</hbox>
|
|
|
|
<hbox class="mailComposeHeaders" width="99%">
|
2013-07-20 09:23:55 +02:00
|
|
|
<description value="Subject"/>
|
2013-07-20 17:15:29 +02:00
|
|
|
<textbox align="left" width="88%" id="mail_composesubject"/>
|
2013-07-20 09:23:55 +02:00
|
|
|
</hbox>
|
|
|
|
<hbox class="mail_Composeicons">
|
|
|
|
<html id="mail_composeicons"/>
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
2013-07-20 17:15:29 +02:00
|
|
|
<vbox class="mailComposeBodySection" width="99%">
|
2013-08-21 12:47:20 +02:00
|
|
|
<hbox disabled="@is_plain" class="mailComposeBody">
|
|
|
|
<htmlarea span="all" name="mail_htmltext" id="mail_htmltext" mode="$cont[rtfEditorFeatures]" height="320px" width="100%" toolbar="true" base_href="$cont[upload_dir]"/>
|
2013-07-20 09:23:55 +02:00
|
|
|
</hbox>
|
2013-07-20 17:15:29 +02:00
|
|
|
<hbox disabled="@is_html" class="mailComposeBody">
|
2013-08-21 12:47:20 +02:00
|
|
|
<textbox multiline="true" rows="15" cols="120" width="99%" span="all" name="mail_plaintext" id="mail_plaintext"/>
|
2013-07-20 09:23:55 +02:00
|
|
|
</hbox>
|
2013-08-21 12:47:20 +02:00
|
|
|
<box class="mailSignature">
|
|
|
|
<menulist>
|
|
|
|
<menupopup id="signatureID"/>
|
|
|
|
</menulist>
|
|
|
|
<description value="Stationery"/>
|
|
|
|
<menulist>
|
|
|
|
<menupopup id="stationeryID"/>
|
|
|
|
</menulist>
|
|
|
|
</box>
|
|
|
|
|
2013-07-20 17:15:29 +02:00
|
|
|
<box class="mailComposeAttachments">
|
2013-07-20 09:23:55 +02:00
|
|
|
<html id="mail_composeattachments"/>
|
|
|
|
</box>
|
|
|
|
</vbox>
|
|
|
|
</template>
|
|
|
|
</overlay>
|