From 05bd63a6b3654e9fa0a57c76caa7498c8282dea5 Mon Sep 17 00:00:00 2001 From: helge Date: Fri, 3 Dec 2004 00:42:24 +0000 Subject: [PATCH] fixed some table layout issue git-svn-id: http://svn.opengroupware.org/SOGo/trunk@458 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/Mailer/ChangeLog | 4 ++++ SOGo/UI/Mailer/UIxFilterList.wox | 4 ++-- SOGo/UI/Mailer/UIxMailEditor.m | 2 ++ SOGo/UI/Mailer/Version | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/SOGo/UI/Mailer/ChangeLog b/SOGo/UI/Mailer/ChangeLog index 1794ae5b..a6cca0fe 100644 --- a/SOGo/UI/Mailer/ChangeLog +++ b/SOGo/UI/Mailer/ChangeLog @@ -1,3 +1,7 @@ +2004-12-03 Helge Hess + + * UIxFilterList.wox: minor fix to table layout (v0.9.67) + 2004-11-28 Helge Hess * UIxFilterList.m: use toOneRelationshipKeys to retrieve the filters diff --git a/SOGo/UI/Mailer/UIxFilterList.wox b/SOGo/UI/Mailer/UIxFilterList.wox index 9f2deb81..1306ab49 100644 --- a/SOGo/UI/Mailer/UIxFilterList.wox +++ b/SOGo/UI/Mailer/UIxFilterList.wox @@ -27,7 +27,7 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/SOGo/UI/Mailer/UIxMailEditor.m b/SOGo/UI/Mailer/UIxMailEditor.m index bf1a6208..7e523c30 100644 --- a/SOGo/UI/Mailer/UIxMailEditor.m +++ b/SOGo/UI/Mailer/UIxMailEditor.m @@ -237,6 +237,8 @@ static NSArray *infoKeys = nil; 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; } diff --git a/SOGo/UI/Mailer/Version b/SOGo/UI/Mailer/Version index d67abc49..79f209d1 100644 --- a/SOGo/UI/Mailer/Version +++ b/SOGo/UI/Mailer/Version @@ -1,6 +1,6 @@ # version file -SUBMINOR_VERSION:=65 +SUBMINOR_VERSION:=67 # v0.9.50 requires libNGMime v4.3.190 # v0.9.43 requires libNGObjWeb v4.3.73 -- 2.39.5