Minor CSS adjustments to small toolbars.

Monotone-Parent: 4ab14f5f124790fd968ea56e6352e971b51b1a5b
Monotone-Revision: 3fa7e256bafe25f933cbd83e48a106452288b415

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-03-25T15:42:52
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-03-25 15:42:52 +00:00
parent 784eb352b8
commit 4881f4bc40
6 changed files with 32 additions and 26 deletions
+3 -2
View File
@@ -525,10 +525,11 @@ function newContact(sender) {
function newList(sender) {
var li = $(Contact.currentAddressBook);
if (li.hasClassName ("remote"))
alert (getLabel("You cannot create a list in a shared address book."));
if (li.hasClassName("remote"))
alert(getLabel("You cannot create a list in a shared address book."));
else
openContactWindow(URLForFolderID(Contact.currentAddressBook) + "/newlist");
return false;
}