mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
16 lines
768 B
XML
16 lines
768 B
XML
<?xml version="1.0"?>
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="mail.importMessage" template="" lang="" group="0" version="1.9.001">
|
|
<html id="msg"/>
|
|
<vbox id="divImportArea">
|
|
<hbox span="all">
|
|
<description value="Store to Folder"/>
|
|
<taglist id="FOLDER" width="50%" autocomplete_url='mail.mail_compose.ajax_searchFolder' autocomplete_params='' maxSelection="1" allowFreeEntries="false" onclick="app.mail.address_click"/>
|
|
<vfs-select id="vfsfile" mode="open" mime="message/rfc822" onchange="app.mail.vfsUploadForImport"/>
|
|
<file statustext="Select file to import into Folder" onFinish="app.mail.uploadForImport" mime="/^message\//i" id="uploadForImport" drop_target ="mail-importMessage_divImportArea"/>
|
|
</hbox>
|
|
</vbox>>
|
|
</template>
|
|
</overlay>
|