mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 04:53:18 +01:00
31 lines
880 B
XML
Executable File
31 lines
880 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="100%"/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row class="th dialog-header" height="28">
|
|
<menulist>
|
|
<description value="Mail Account"/>
|
|
<menupopup id="mailaccount" onchange="app.mail.submitOnChange"/>
|
|
</menulist>
|
|
</row>
|
|
<row>
|
|
<box scrolling="auto">
|
|
<caption label="Folders"/>
|
|
<tree id="foldertree" onclick="" multiple="true"/>
|
|
</box>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
<hbox class="dialog-footer-toolbar">
|
|
<button statustext="Saves this ACL" 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> |