sogo/UI/Scheduler/Toolbars/SOGoAppointmentObject.toolbar
Wolfgang Sourdeau 33600bbcd0 Monotone-Parent: df4a2d5c05ac9fb2dcbcf084308821f1ab2465eb
Monotone-Revision: 8af16d6a8834b3a737ae5b5b69c3f222bd5671dd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-18T15:04:34
Monotone-Branch: ca.inverse.sogo
2007-03-18 15:04:34 +00:00

20 lines
654 B
Perl

( /* the toolbar groups -*-cperl-*- */
( { link = "#";
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"; } )
)