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$ --> <!-- $Id$ -->
<overlay> <overlay>
<template id="mail.subscribe" template="" lang="" group="0" version="1.9.001"> <template id="mail.subscribe" template="" lang="" group="0" version="1.9.001">
<hbox> <grid width="100%">
<description id="msg" class="message"/>
</hbox>
<grid>
<columns> <columns>
<column width="100%"/>
<column/> <column/>
</columns> </columns>
<rows> <rows>
<row class="th dialog-header" height="28">
<menulist>
<description value="Mail Account"/>
<menupopup id="mailaccount" onchange="app.mail.submitOnChange"/>
</menulist>
</row>
<row> <row>
<groupbox> <box scrolling="auto">
<caption label="Folders"/> <caption label="Folders"/>
<tree id="foldertree" onclick="" multiple="true"/> <tree id="foldertree" onclick="" multiple="true"/>
</groupbox> </box>
</row> </row>
</rows> </rows>
</grid> </grid>
<hbox> <hbox class="dialog-footer-toolbar">
<button statustext="Saves this ACL" label="Save" id="button[save]"/> <button statustext="Saves this ACL" label="Save" id="button[save]"/>
<button statustext="Applies the changes made" label="Apply" id="button[apply]"/> <button statustext="Applies the changes made" label="Apply" id="button[apply]"/>
<button label="Cancel" id="button[cancel]"/> <button label="Cancel" id="button[cancel]"/>