mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-16 20:15:57 +00:00
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:
@@ -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"; } )
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user