mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix error, "description is not supported by this widget class" in mail subscription popup
This commit is contained in:
parent
80d74f863e
commit
5151217b61
@ -4,18 +4,18 @@
|
|||||||
<template id="mail.subscribe" template="" lang="" group="0" version="1.9.001">
|
<template id="mail.subscribe" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="100%"/>
|
<column width="20%"/>
|
||||||
<column/>
|
<column width= "80%"/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row class="th dialog-header" height="28">
|
<row class="th dialog-header" height="28">
|
||||||
|
<description value="Mail Account"/>
|
||||||
<menulist>
|
<menulist>
|
||||||
<description value="Mail Account"/>
|
|
||||||
<menupopup id="mailaccount" onchange="app.mail.submitOnChange"/>
|
<menupopup id="mailaccount" onchange="app.mail.submitOnChange"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<box scrolling="auto">
|
<box scrolling="auto" span="2">
|
||||||
<caption label="Folders"/>
|
<caption label="Folders"/>
|
||||||
<tree id="foldertree" onclick="" multiple="true"/>
|
<tree id="foldertree" onclick="" multiple="true"/>
|
||||||
</box>
|
</box>
|
||||||
|
Loading…
Reference in New Issue
Block a user