2015-02-17 10:55:05 +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">
|
2014-02-06 18:18:12 +01:00
|
|
|
<overlay>
|
|
|
|
<template id="mail.subscribe" template="" lang="" group="0" version="1.9.001">
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-hbox class="dialogHeader" >
|
|
|
|
<et2-description value="Subscription folders" class="mail_subscription_header"></et2-description>
|
|
|
|
</et2-hbox>
|
|
|
|
<et2-hbox class="treeContainer">
|
2024-04-22 16:52:47 +02:00
|
|
|
<et2-tree id="foldertree" multiple="true" onclick="app.mail.foldertree_subselect"></et2-tree>
|
2023-01-04 18:28:10 +01:00
|
|
|
</et2-hbox>
|
|
|
|
<et2-hbox class="dialogFooterToolbar">
|
|
|
|
<et2-button statustext="Saves subscription changes" label="Save" id="button[save]"></et2-button>
|
2024-04-16 14:23:30 +02:00
|
|
|
<et2-button statustext="Applies the changes made" label="Apply" id="button[apply]"></et2-button>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-button label="Cancel" id="button[cancel]" onclick="window.close()"></et2-button>
|
|
|
|
</et2-hbox>
|
2014-02-06 18:18:12 +01:00
|
|
|
</template>
|
2023-01-04 18:28:10 +01:00
|
|
|
</overlay>
|