mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user