mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Monotone-Parent: b0bcc4855ad916c14200129e8d5f1ae87b0c3925
Monotone-Revision: d2a49a7994927fc85c7e4c4b2ce193ebe20da8da Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-03T21:29:36 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -4,22 +4,26 @@
|
||||
jsLink="js_card";
|
||||
label="New Card";
|
||||
image="new-card.png";
|
||||
onclick = "newContact(this);return false;"; },
|
||||
onclick = "newContact(this); return false;"; },
|
||||
{ link = "new_list";
|
||||
enabled = "NO";
|
||||
label="New List";
|
||||
image="new-list.png"; }
|
||||
),
|
||||
(
|
||||
{ link = "properties";
|
||||
label = "Properties";
|
||||
{ link = "edit";
|
||||
label = "Modify";
|
||||
onclick = "return onToolbarEditSelectedContacts(this);";
|
||||
image = "properties.png"; },
|
||||
{ link = "write";
|
||||
label="Write";
|
||||
onclick = "return onToolbarWriteToSelectedContacts(this);";
|
||||
image="write.png"; }
|
||||
),
|
||||
(
|
||||
{ link = "delete";
|
||||
label="Delete";
|
||||
onclick = "return uixDeleteSelectedContacts(this);";
|
||||
image="delete.png"; }
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user