2015-08-10 17:45:22 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-01-04 18:28:10 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
2015-08-10 17:45:22 +02:00
|
|
|
<overlay>
|
|
|
|
<template id="mail.folder_management" template="" lang="" group="0" version="1.9.001">
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-hbox class="dialogHeader" >
|
|
|
|
<et2-description value="Folder Management" class="mail_folder_management_header"></et2-description>
|
|
|
|
</et2-hbox>
|
|
|
|
<et2-hbox class="treeContainer">
|
2024-04-16 09:17:53 +02:00
|
|
|
<et2-tree id="tree" multiple="true" autoloading="mail_ui::ajax_folderMgmtTree_autoloading" multimarking="strict"
|
2024-04-16 14:23:30 +02:00
|
|
|
oncheck="app.mail.folderMgmt_onCheck" onselect="app.mail.folderMgmt_onSelect" highlighting="true"></et2-tree>
|
2023-01-04 18:28:10 +01:00
|
|
|
</et2-hbox>
|
|
|
|
<et2-hbox class="dialogFooterToolbar">
|
|
|
|
<et2-button statustext="Delete" label="Delete" id="button[delete]" onclick="app.mail.folderMgmt_deleteBtn"></et2-button>
|
|
|
|
<et2-button label="Cancel" id="button[cancel]" onclick="window.close()"></et2-button>
|
|
|
|
</et2-hbox>
|
2015-08-10 17:45:22 +02:00
|
|
|
</template>
|
2023-01-04 18:28:10 +01:00
|
|
|
</overlay>
|