2005-02-12 Helge Hess <helge.hess@opengroupware.org>
+ * UIxMailMainFrame.m: fixed page form processing if the active URL
+ does not specify a method name (ends with /) (v0.9.101)
+
* v0.9.100
* added support for filter popup (OGo bug #1210)
return self->item;
}
+- (NSString *)pageFormURL {
+ NSString *u;
+
+ u = [[[self context] request] uri];
+ return [u hasSuffix:@"/"] ? @"view" : @"#";
+}
+
/* notifications */
- (void)sleep {
<!--
Note: the 'href' is required, otherwise an element-id will get created
-->
- <form name="pageform" href="#" sidInUrl="NO">
+ <form name="pageform" var:href="pageFormURL" sidInUrl="NO">
<table border="0" width="100%" cellspacing="0" cellpadding="2"
style="position: fixed; height: 48px; z-index: 100;"
>
# version file
-SUBMINOR_VERSION:=100
+SUBMINOR_VERSION:=101
# v0.9.100 requires libNGMime v4.5.213
# v0.9.99 requires libNGMime v4.5.212