mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
27 lines
767 B
XML
Executable File
27 lines
767 B
XML
Executable File
<?xml version="1.0"?>
|
|
<!-- $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="dialog-header" >
|
|
<description value="Subscription folders" class="mail_subscription_header"/>
|
|
</row>
|
|
<row>
|
|
<box scrolling="auto">
|
|
<tree id="foldertree" onclick="" multiple="true"/>
|
|
</box>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<hbox class="dialog-footer-toolbar">
|
|
<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]"/>
|
|
</hbox>
|
|
</template>
|
|
</overlay>
|