From 5fff01c38147462fc59f443af662c0ee10a1f4ff Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 7 Jul 2006 21:44:19 +0000 Subject: [PATCH] - see ChangeLog; Monotone-Parent: eac5138b971d77a6b7878c62a571cdfb12efa3b2 Monotone-Revision: 6a6eb7e754b659991fcca8bbf52f1b3d917c9957 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-07T21:44:19 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 2 ++ UI/Scheduler/UIxAppointmentEditor.m | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 19384e3f9..e0d9874fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-07-07 Wsourdeau Sourdeau + * UI/Scheduler/UIxAppointmentEditor.m: returns yes to "isPopup"; + * UI/WebServerResources/generic.js: added code to manage selections within HTML containers. diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index 676a125d0..33bff376f 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -1080,4 +1080,8 @@ return [self redirectToLocation:[self _completeURIForMethod:@"../view"]]; } +- (BOOL) isPopup { + return YES; +} + @end /* UIxAppointmentEditor */