mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
simple moveFolder Dialog
This commit is contained in:
parent
d302d78435
commit
619cdb2eef
12
mail/templates/default/moveFolder.xet
Normal file
12
mail/templates/default/moveFolder.xet
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- $Id$ -->
|
||||
<overlay>
|
||||
<template id="mail.moveFolder" template="" lang="" group="0" version="1.9.001">
|
||||
<hbox><description value="Move Folder:" /><textbox readonly="true" id="selectedLeaf"/></hbox>
|
||||
<textbox class="mail-index_quotaDisplayNone" readonly="true" id="selectedNode"/>
|
||||
<vbox class="mailChooseFolder">
|
||||
<taglist id="folder" width="88%" maxSelection="1" autocomplete_url='mail.mail_compose.ajax_searchFolder' autocomplete_params='' allowFreeEntries="false" onclick="app.mail.address_click"/>
|
||||
<description value="The folder will be copied as a new child to the node selected above, and on sucess deleted." />
|
||||
</vbox>
|
||||
</template>
|
||||
</overlay>
|
Loading…
Reference in New Issue
Block a user