mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Finished vList implementation
Monotone-Parent: 2570bc0c998646aa6c0501c971a29d77357cb7a1 Monotone-Revision: b798ab587b14c946102732e79770636904870654 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-08-24T20:26:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -501,6 +501,11 @@ function newContact(sender) {
|
||||
return false; /* stop following the link */
|
||||
}
|
||||
|
||||
function newList(sender) {
|
||||
openContactWindow(URLForFolderID(Contact.currentAddressBook) + "/newlist");
|
||||
return false;
|
||||
}
|
||||
|
||||
function onFolderSelectionChange(event) {
|
||||
var folderList = $("contactFolders");
|
||||
var nodes = folderList.getSelectedNodes();
|
||||
@@ -1039,8 +1044,10 @@ function onDocumentKeydown(event) {
|
||||
|
||||
function fixSearchFieldPosition () {
|
||||
var panel = $("filterPanel");
|
||||
panel.style.position = "relative";
|
||||
panel.style.top = "3px";
|
||||
if (panel) {
|
||||
panel.style.position = "relative";
|
||||
panel.style.top = "3px";
|
||||
}
|
||||
}
|
||||
|
||||
function initContacts(event) {
|
||||
|
||||
Reference in New Issue
Block a user