]> err.no Git - scalable-opengroupware.org/commitdiff
macosx changes
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 12 Oct 2004 14:57:35 +0000 (14:57 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 12 Oct 2004 14:57:35 +0000 (14:57 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@387 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Mailer/mailer.js
SOGo/UI/Scheduler/ChangeLog
SOGo/UI/Scheduler/UIxAppointmentProposal.wox
SOGo/UI/Scheduler/Version

index d4c01cef0547a640167735e0fda57d279bc71430..52a5807c29c0fe04fdc2d622727119b52c7d2446 100644 (file)
@@ -74,5 +74,8 @@ function clickedEditorAttach(sender) {
 }
 
 function clickedEditorSave(sender) {
-  alert("SAVE");
+  //field = document.pageform[":method"];
+  document.pageform.action="edit";
+  document.pageform.submit();
+  return true;
 }
index f531ed68522c3b331ae29563d8f8962e0ed627e8..25d67cc0ba025f3c916648c0fe88a308cad05a8e 100644 (file)
@@ -1,3 +1,8 @@
+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
index 671bf51f98ea71ac4812f26806a77891287bafce..cc53d74d2522861820bd3fce702d60b2c7e71698 100644 (file)
               </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>
index b9bc77131121a561e7719110ba7ee22703d52c77..712dcd275d96078c4c0e438d5dea5c4db8c1d3a0 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-SUBMINOR_VERSION:=86
+SUBMINOR_VERSION:=87
 
 # v0.9.84 requires libSOGoLogic    v0.9.12
 # v0.9.70 requires libNGExtensions v4.3.107