Add header and footer to mail subsciption popup window, and remove unneccessary <description id=msg> widget because messages are all handled by egw_message

This commit is contained in:
Hadi Nategh 2014-02-11 17:27:40 +00:00
parent a301be779d
commit b3d1ffe1ea

View File

@ -2,23 +2,27 @@
<!-- $Id$ -->
<overlay>
<template id="mail.subscribe" template="" lang="" group="0" version="1.9.001">
<hbox>
<description id="msg" class="message"/>
</hbox>
<grid>
<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>
<groupbox>
<box scrolling="auto">
<caption label="Folders"/>
<tree id="foldertree" onclick="" multiple="true"/>
</groupbox>
</box>
</row>
</rows>
</grid>
<hbox>
<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]"/>