mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 19:04:18 +00:00
See ChangeLog
Monotone-Parent: e01a6cf59f2ee75d0b39a067e4bb3dc8f01bc380 Monotone-Revision: e87a7d4ca04131da133962a5f2c5afdff4ef8f48 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-01-13T05:14:36 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1150,29 +1150,28 @@ function onDocumentKeydown(event) {
|
||||
}
|
||||
}
|
||||
|
||||
function fixSearchFieldPosition () {
|
||||
/*function fixSearchFieldPosition () {
|
||||
var panel = $("filterPanel");
|
||||
if (panel) {
|
||||
panel.style.position = "relative";
|
||||
panel.style.top = "7px";
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
function initContacts(event) {
|
||||
if ($(document.body).hasClassName("popup")) {
|
||||
configureSelectionButtons();
|
||||
fixSearchFieldPosition ();
|
||||
}
|
||||
else {
|
||||
// Addressbook import form
|
||||
$("uploadCancel").observe("click", hideContactsImport);
|
||||
$("uploadOK").observe("click", hideImportResults);
|
||||
|
||||
if (Prototype.Browser.Gecko)
|
||||
Event.observe(document, "keypress", onDocumentKeydown); // for FF2
|
||||
else
|
||||
Event.observe(document, "keydown", onDocumentKeydown);
|
||||
}
|
||||
|
||||
// Addressbook import form
|
||||
$("uploadCancel").observe("click", hideContactsImport);
|
||||
$("uploadOK").observe("click", hideImportResults);
|
||||
|
||||
if (Prototype.Browser.Gecko)
|
||||
Event.observe(document, "keypress", onDocumentKeydown); // for FF2
|
||||
else
|
||||
Event.observe(document, "keydown", onDocumentKeydown);
|
||||
|
||||
configureAbToolbar();
|
||||
configureAddressBooks();
|
||||
updateAddressBooksMenus();
|
||||
|
||||
Reference in New Issue
Block a user