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:
Francis Lachapelle
2011-03-11 16:04:14 +00:00
parent 9de18f4d45
commit 731c43d0bf
2 changed files with 9 additions and 2 deletions

View File

@@ -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):

View File

@@ -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() {