}
function clickedEditorSave(sender) {
- alert("SAVE");
+ //field = document.pageform[":method"];
+ document.pageform.action="edit";
+ document.pageform.submit();
+ return true;
}
+2004-10-12 Helge Hess <helge.hess@opengroupware.org>
+
+ * UIxAppointmentProposal.wox: use '1' instead of 'YES' in const
+ bindings, otherwise running into a MacOSX bug (v0.9.87)
+
2004-10-08 Marcus Mueller <znek@mulle-kybernetik.com>
* v0.9.86
</td>
<td align="left" bgcolor="#FFFFF0">
<span class="aptview_text">
+ <!-- use '1' instead of 'YES', otherwise breaks on OSX -->
<var:component className="AnaisAttendeeSelector"
const:selectorID="resource"
const:role="NON-PARTICIPANT"
attendees="resources"
const:division="CC"
- const:withAddressBook="YES"
+ const:withAddressBook="1"
/>
</span>
</td>
</td>
<td align="left" bgcolor="#FFFFF0">
<span class="aptview_text">
+ <!-- use '1' instead of 'YES', otherwise breaks on OSX -->
<var:component className="AnaisAttendeeSelector"
const:selectorID="participant"
const:division="CC"
- const:withCN="YES"
+ const:withCN="1"
const:role="REQ-PARTICIPANT"
attendees="participants"
var:emailForUser="emailForUser"
var:cnForUser="cnForUser"
- const:withAddressBook="YES"
+ const:withAddressBook="1"
/>
</span>
</td>