diff --git a/NEWS b/NEWS index 04f109bf9..a92a5b705 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,7 @@ - added checkmarks in live search options popup menus; - added browser detection with recommanded alternatives; - support for resizable columns in tables; +- improved support for multiple selection in tables and lists; - improved IE7 and Safari support: attendees selector, email file attachments; - countless bugfixes; diff --git a/UI/Common/UIxPageFrame.m b/UI/Common/UIxPageFrame.m index 193781ed9..a5e6989a8 100644 --- a/UI/Common/UIxPageFrame.m +++ b/UI/Common/UIxPageFrame.m @@ -274,6 +274,7 @@ ([[cc userAgentType] isEqualToString: @"IE"] && [cc majorVersion] >= 7) || ([[cc userAgentType] isEqualToString: @"Mozilla"] && [cc majorVersion] >= 5) || ([[cc userAgentType] isEqualToString: @"Safari"] && [cc majorVersion] >= 4) + // ([[cc userAgentType] isEqualToString: @"Konqueror"]) ); } diff --git a/UI/Templates/SchedulerUI/UIxCalMainView.wox b/UI/Templates/SchedulerUI/UIxCalMainView.wox index 85fe44937..19ac4c815 100644 --- a/UI/Templates/SchedulerUI/UIxCalMainView.wox +++ b/UI/Templates/SchedulerUI/UIxCalMainView.wox @@ -94,12 +94,15 @@
- - - - - - + + + + + + + + +
diff --git a/UI/Templates/SchedulerUI/UIxCalendarSelector.wox b/UI/Templates/SchedulerUI/UIxCalendarSelector.wox index ae36b74f9..6340a7257 100644 --- a/UI/Templates/SchedulerUI/UIxCalendarSelector.wox +++ b/UI/Templates/SchedulerUI/UIxCalendarSelector.wox @@ -27,7 +27,7 @@ label:title="Remove the selected Calendar" /> -