Monotone-Parent: df4a2d5c05ac9fb2dcbcf084308821f1ab2465eb

Monotone-Revision: 8af16d6a8834b3a737ae5b5b69c3f222bd5671dd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-18T15:04:34
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-18 15:04:34 +00:00
parent c185e8699f
commit 33600bbcd0

View File

@@ -1,7 +1,19 @@
( /* the toolbar groups -*-cperl-*- */
( { link = "#";
isSafe = NO;
label = "Save";
onclick = "return saveEvent(this);";
image = "tb-compose-save-flat-24x24.png"; } )
label = "Save and Close";
onclick = "return saveEvent();";
image = "tb-compose-save-flat-24x24.png"; },
{ link = "#";
label = "Invite Attendees";
onclick = "return onPopupAttendeesWindow();";
image = "tb-compose-contacts-flat-24x24.png"; },
{ link = "#";
hasMenu = YES;
label = "Privacy";
onclick = "return onSelectPrivacy(event);";
image = "tb-compose-security-flat-24x24.png"; },
{ link = "#";
label = "Documents";
onclick = "return onPopupUrlWindow();";
image = "tb-compose-attach-flat-24x24.png"; } )
)