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 */