Fix error, "description is not supported by this widget class" in mail subscription popup

This commit is contained in:
Hadi Nategh 2014-02-13 11:05:00 +00:00
parent 80d74f863e
commit 5151217b61

View File

@ -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>