2016-02-16 19:02:49 +01: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">
|
2016-02-16 19:02:49 +01:00
|
|
|
<overlay>
|
|
|
|
<template id="mail.subscribe" template="" lang="" group="0" version="1.9.001">
|
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
|
|
|
<column width="20%"/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row disabled="@hidebuttons" class="dialogHeadbar" >
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-hbox span="all" width="100%">
|
|
|
|
<et2-button-icon statustext="Saves this entry" id="button[save]" image="save"></et2-button-icon>
|
|
|
|
<et2-button-icon statustext="Apply the changes" id="button[apply]" image="apply"></et2-button-icon>
|
|
|
|
</et2-hbox>
|
2016-02-16 19:02:49 +01:00
|
|
|
</row>
|
|
|
|
<row disabled="!@showsearchbuttons" class="dialogHeadbar">
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-hbox span="all" width="100%">
|
|
|
|
<et2-button label="Search" id="button[search]" image="search"></et2-button>
|
|
|
|
<et2-button label="Cancel" id="button[cancelsearch]" image="cancel"></et2-button>
|
|
|
|
</et2-hbox>
|
2016-02-16 19:02:49 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description value="Subscription folders" class="mail_subscription_header"></et2-description>
|
2016-02-16 19:02:49 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-box scrolling="auto">
|
2024-02-08 21:54:22 +01:00
|
|
|
<et2-tree id="foldertree" multiple="true" autoloading="mail_ui::ajax_tree_autoloading" onopenstart="app.mail.subscription_autoloadingStart" onopenend="app.mail.subscription_autoloadingEnd"/>
|
2023-01-04 18:28:10 +01:00
|
|
|
</et2-box>
|
2016-02-16 19:02:49 +01:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2023-01-04 18:28:10 +01:00
|
|
|
</overlay>
|