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%"/>
|
2014-02-06 18:18:12 +01:00
|
|
|
</columns>
|
|
|
|
<rows>
|
2014-02-14 18:12:17 +01:00
|
|
|
<row class="dialog-header" >
|
|
|
|
<description value="Subscription folders" class="mail_subscription_header"/>
|
2014-02-11 18:27:40 +01:00
|
|
|
</row>
|
2014-02-06 18:18:12 +01:00
|
|
|
<row>
|
2014-02-14 18:12:17 +01:00
|
|
|
<box scrolling="auto">
|
2014-02-06 18:18:12 +01:00
|
|
|
<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-17 18:13:07 +01:00
|
|
|
<button statustext="Saves subscription changes" label="Save" id="button[save]"/>
|
2014-02-06 18:18:12 +01:00
|
|
|
<button statustext="Applies the changes made" label="Apply" id="button[apply]"/>
|
|
|
|
<button label="Cancel" id="button[cancel]"/>
|
|
|
|
</hbox>
|
|
|
|
</template>
|
2014-02-14 18:12:17 +01:00
|
|
|
</overlay>
|