mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 18:38:57 +01:00
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:
parent
a301be779d
commit
b3d1ffe1ea
@ -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]"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user