2014-02-06 18:18:12 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="mail.subscribe" template="" lang="" group="0" version="1.9.001">
|
2014-02-11 18:27:40 +01:00
|
|
|
<grid width="100%">
|
2014-02-06 18:18:12 +01:00
|
|
|
<columns>
|
2014-02-13 12:05:00 +01:00
|
|
|
<column width="20%"/>
|
|
|
|
<column width= "80%"/>
|
2014-02-06 18:18:12 +01:00
|
|
|
</columns>
|
|
|
|
<rows>
|
2014-02-11 18:27:40 +01:00
|
|
|
<row class="th dialog-header" height="28">
|
2014-02-13 12:05:00 +01:00
|
|
|
<description value="Mail Account"/>
|
2014-02-11 18:27:40 +01:00
|
|
|
<menulist>
|
|
|
|
<menupopup id="mailaccount" onchange="app.mail.submitOnChange"/>
|
|
|
|
</menulist>
|
|
|
|
</row>
|
2014-02-06 18:18:12 +01:00
|
|
|
<row>
|
2014-02-13 12:05:00 +01:00
|
|
|
<box scrolling="auto" span="2">
|
2014-02-06 18:18:12 +01:00
|
|
|
<caption label="Folders"/>
|
|
|
|
<tree id="foldertree" onclick="" multiple="true"/>
|
2014-02-11 18:27:40 +01:00
|
|
|
</box>
|
2014-02-06 18:18:12 +01:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2014-02-11 18:27:40 +01:00
|
|
|
<hbox class="dialog-footer-toolbar">
|
2014-02-06 18:18:12 +01:00
|
|
|
<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>
|