+2005-02-16 Helge Hess <helge.hess@opengroupware.org>
+
+ * product.plist: fixed compose button in mail viewer (v0.9.113)
+
2005-02-15 Helge Hess <helge.hess@opengroupware.org>
* UIxMailListView.wox: added a pointer cursor for rows and enabled an
# version file
-SUBMINOR_VERSION:=112
+SUBMINOR_VERSION:=113
# v0.9.100 requires libNGMime v4.5.213
# v0.9.99 requires libNGMime v4.5.212
( /* first group */
{ link = "getMail";
cssClass = "tbicon_getmail"; label = "Get Mail"; },
- { link = "compose"; target = "_blank";
- cssClass = "tbicon_compose"; label = "Write"; },
+ {
+ link = "#"; // "compose"; // target = "_blank";
+ onclick = "clickedCompose(this);return false;";
+ cssClass = "tbicon_compose"; label = "Write";
+ },
),
( // second group
{ link = "reply";