mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
28 lines
934 B
XML
Executable File
28 lines
934 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="mail.subscribe" template="" lang="" group="0" version="1.9.001">
|
|
<grid width="100%">
|
|
<columns>
|
|
<column width="20%"/>
|
|
</columns>
|
|
<rows>
|
|
<row class="dialogHeader" >
|
|
<description value="Subscription folders" class="mail_subscription_header"/>
|
|
</row>
|
|
<row>
|
|
<box scrolling="auto">
|
|
<tree id="foldertree" onclick="app.mail.subscribe_onclick" multiple="true"/>
|
|
</box>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<hbox class="dialogFooterToolbar">
|
|
<button statustext="Saves subscription changes" label="Save" id="button[save]"/>
|
|
<button statustext="Applies the changes made" label="Apply" id="button[apply]"/>
|
|
<button label="Cancel" id="button[cancel]" onclick="window.close()"/>
|
|
</hbox>
|
|
</template>
|
|
</overlay>
|