sogo/UI/Scheduler/Toolbars/SOGoTaskObject.toolbar
2015-11-23 10:33:03 -05:00

19 lines
589 B
Perl

( /* the toolbar groups -*-cperl-*- */
( { link = "#";
label = "Save and Close";
tooltip = "Save and Close";
onclick = "return saveEvent();";
image = "tb-compose-save-flat-24x24.png"; },
{ link = "#";
hasMenu = YES;
label = "Privacy";
tooltip = "Privacy";
onclick = "return onSelectClassification(event);";
image = "tb-compose-security-flat-24x24.png"; },
{ link = "#";
label = "Attach";
tooltip = "Attach";
onclick = "return onPopupAttachWindow();";
image = "tb-compose-attach-flat-24x24.png"; } )
)