From: helge Date: Tue, 12 Oct 2004 14:57:35 +0000 (+0000) Subject: macosx changes X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c356231f5f40223e50a5141d5d5734fad1b46831;p=scalable-opengroupware.org macosx changes git-svn-id: http://svn.opengroupware.org/SOGo/trunk@387 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Mailer/mailer.js b/SOGo/UI/Mailer/mailer.js index d4c01cef..52a5807c 100644 --- a/SOGo/UI/Mailer/mailer.js +++ b/SOGo/UI/Mailer/mailer.js @@ -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; } diff --git a/SOGo/UI/Scheduler/ChangeLog b/SOGo/UI/Scheduler/ChangeLog index f531ed68..25d67cc0 100644 --- a/SOGo/UI/Scheduler/ChangeLog +++ b/SOGo/UI/Scheduler/ChangeLog @@ -1,3 +1,8 @@ +2004-10-12 Helge Hess + + * UIxAppointmentProposal.wox: use '1' instead of 'YES' in const + bindings, otherwise running into a MacOSX bug (v0.9.87) + 2004-10-08 Marcus Mueller * v0.9.86 diff --git a/SOGo/UI/Scheduler/UIxAppointmentProposal.wox b/SOGo/UI/Scheduler/UIxAppointmentProposal.wox index 671bf51f..cc53d74d 100644 --- a/SOGo/UI/Scheduler/UIxAppointmentProposal.wox +++ b/SOGo/UI/Scheduler/UIxAppointmentProposal.wox @@ -127,12 +127,13 @@ + @@ -154,15 +155,16 @@ + diff --git a/SOGo/UI/Scheduler/Version b/SOGo/UI/Scheduler/Version index b9bc7713..712dcd27 100644 --- a/SOGo/UI/Scheduler/Version +++ b/SOGo/UI/Scheduler/Version @@ -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