2004-10-05 Helge Hess <helge.hess@opengroupware.org>
+ * v0.9.22
+
+ * UIxMailToolbar.wox: added support for 'target' links
+
+ * UIxMailEditor.wox: use standard mail frame
+
* v0.9.21
* UIxMailTree: made toolbar configurable using 'toolbar' slot on the
xmlns:uix="OGo:uix"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label"
- className="UIxPageFrame"
+ className="UIxMailMainFrame"
title="name"
+ const:hideFolderTree="1"
>
<h4>Mail Compose</h4>
- <a rsrc:href="tbird_073_compose.png">screenshot</a>
+ <!-- a rsrc:href="tbird_073_compose.png">screenshot</a -->
+ <img rsrc:src="tbird_073_compose.png" alt="screenshot" />
</var:component>
\ No newline at end of file
<var:foreach list="toolbarConfig" item="toolbarGroup">
<var:foreach list="toolbarGroup" item="buttonInfo">
<td class="tb_icon"
- ><a var:href="buttonInfo.link"
+ ><a var:href="buttonInfo.link" var:target="buttonInfo.target"
var:class="buttonInfo.cssClass"></a></td>
</var:foreach>
<td class="tb_spacer"> </td>
# $Id$
-SUBMINOR_VERSION:=21
+SUBMINOR_VERSION:=22