From 3e46e3a10cba97fd897b1d6d22fe92b42dfbaac7 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 2 Oct 2007 15:29:16 +0000 Subject: [PATCH] Monotone-Parent: 8aa07a8f048c7e50cdc15d7dd7aa1b00d822b02f Monotone-Revision: 7db6fbb0b2c9e675b2ca5efecf2fbe3abb0ea5f9 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-10-02T15:29:16 Monotone-Branch: ca.inverse.sogo --- NEWS | 1 + UI/Common/UIxPageFrame.m | 1 + UI/Templates/SchedulerUI/UIxCalMainView.wox | 15 ++-- .../SchedulerUI/UIxCalendarSelector.wox | 2 +- UI/WebServerResources/MailerUI.js | 6 +- UI/WebServerResources/SchedulerUI.css | 1 + UI/WebServerResources/SchedulerUI.js | 83 ++++++++++--------- .../UIxContactsUserFolders.js | 8 +- UI/WebServerResources/generic.js | 77 +++++++++++------ 9 files changed, 121 insertions(+), 73 deletions(-) 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" /> -