+2004-12-03 Helge Hess <helge.hess@skyrix.com>
+
+ * UIxFilterList.wox: minor fix to table layout (v0.9.67)
+
2004-11-28 Helge Hess <helge.hess@skyrix.com>
* UIxFilterList.m: use toOneRelationshipKeys to retrieve the filters
</td>
</tr>
<tr class="tableview">
- <td colspan="6" class="tbtv_navcell" align="right">
+ <td colspan="2" class="tbtv_navcell" align="right">
<var:string value="filters.count" />
<var:string label:value="filters" />
</td>
<var:foreach list="filters" item="filter">
<tr class="tableview" var:id="msgRowID">
- <td>
+ <td colspan="2">
<a href="#" var:onclick="clickedFilterJS">
<var:string value="filter" />
</a>
return error;
// if everything is ok, close the window (send a JS closing the Window)
+#warning TODO: send window close JavaScript
+ [self logWithFormat:@"TODO: should close the send window"];
return self;
}
# version file
-SUBMINOR_VERSION:=65
+SUBMINOR_VERSION:=67
# v0.9.50 requires libNGMime v4.3.190
# v0.9.43 requires libNGObjWeb v4.3.73