2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-02-01 09:59:37 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2014-02-06 18:18:12 +01:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="mail.subscribe" template="" lang="" group="0" version="1.9.001">
|
2014-02-11 18:27:40 +01:00
|
|
|
<grid width="100%">
|
2014-02-06 18:18:12 +01:00
|
|
|
<columns>
|
2014-02-13 12:05:00 +01:00
|
|
|
<column width="20%"/>
|
2014-02-06 18:18:12 +01:00
|
|
|
</columns>
|
|
|
|
<rows>
|
2014-04-03 13:19:41 +02:00
|
|
|
<row class="dialogHeader" >
|
2014-02-14 18:12:17 +01:00
|
|
|
<description value="Subscription folders" class="mail_subscription_header"/>
|
2014-02-11 18:27:40 +01:00
|
|
|
</row>
|
2014-02-06 18:18:12 +01:00
|
|
|
<row>
|
2014-02-14 18:12:17 +01:00
|
|
|
<box scrolling="auto">
|
2017-06-21 14:26:23 +02:00
|
|
|
<tree id="foldertree" multiple="true" autoloading="mail_ui::ajax_tree_autoloading" onopenstart="app.mail.subscription_autoloadingStart" onopenend="app.mail.subscription_autoloadingEnd" multimarking="strict" highlighting="true" oncheck="app.mail.folderMgmt_onCheck" onselect="app.mail.folderMgmt_onSelect"/>
|
2014-02-11 18:27:40 +01:00
|
|
|
</box>
|
2014-02-06 18:18:12 +01:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2014-04-03 13:19:41 +02:00
|
|
|
<hbox class="dialogFooterToolbar">
|
2014-02-17 18:13:07 +01:00
|
|
|
<button statustext="Saves subscription changes" label="Save" id="button[save]"/>
|
2015-07-27 19:46:45 +02:00
|
|
|
<button statustext="Applies the changes made" label="Apply" id="button[apply]" onclick="app.mail.subscription_apply"/>
|
2014-08-15 13:22:43 +02:00
|
|
|
<button label="Cancel" id="button[cancel]" onclick="window.close()"/>
|
2014-02-06 18:18:12 +01:00
|
|
|
</hbox>
|
|
|
|
</template>
|
2014-02-14 18:12:17 +01:00
|
|
|
</overlay>
|