sogo/UI/Scheduler/Toolbars/SOGoAppointmentObject.toolbar
Wolfgang Sourdeau 4e9bc9ffbf Monotone-Parent: 5066f4418986dc6df8b207002b41f82bc9e2bb8b
Monotone-Revision: 78e21f4d868126d413a1b1a4924181b29cb18052

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-20T21:26:42
Monotone-Branch: ca.inverse.sogo
2012-02-20 21:26:42 +00:00

20 lines
661 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 onSelectClassification(event);";
image = "tb-compose-security-flat-24x24.png"; },
{ link = "#";
label = "Attach";
onclick = "return onPopupAttachWindow();";
image = "tb-compose-attach-flat-24x24.png"; } )
)