mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 19:48:53 +00:00
See Changelog.
Monotone-Parent: da8145e67d54e8449cf6b3fe504e3e4c2d65ae45 Monotone-Revision: 1fa62d3040ac32204ac7c1db40ff1140e7dd5568 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-03-11T16:04:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2011-03-11 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/ContactsUI.js (initContacts): don't define
|
||||
the categories contextual menu if the contacts list doesn't
|
||||
exist. This fixes a problem when adding categories to a contact
|
||||
using IE7.
|
||||
|
||||
2011-03-10 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentFolder.m (-fixupRecord):
|
||||
|
||||
@@ -1258,6 +1258,8 @@ function initContacts(event) {
|
||||
table.observe("mousedown", onContactSelectionChange);
|
||||
configureSortableTableHeaders(table);
|
||||
TableKit.Resizable.init(table, {'trueResize' : true, 'keepWidth' : true});
|
||||
|
||||
resetCategoriesMenu();
|
||||
}
|
||||
|
||||
onWindowResize.defer();
|
||||
@@ -1266,8 +1268,6 @@ function initContacts(event) {
|
||||
// Default sort options
|
||||
sorting["attribute"] = "c_cn";
|
||||
sorting["ascending"] = true;
|
||||
|
||||
resetCategoriesMenu();
|
||||
}
|
||||
|
||||
function resetCategoriesMenu() {
|
||||
|
||||
Reference in New Issue
Block a user