sogo/UI/Scheduler/Toolbars/SOGoTaskObject.toolbar
Wolfgang Sourdeau bb6f27c270 Monotone-Parent: cb8beedb8717b79c50ae6be14d74e57819f02a62
Monotone-Revision: 717a205cd03639045199ba0d192c6a7fba0ec751

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-07-15T14:05:49
Monotone-Branch: ca.inverse.sogo
2009-07-15 14:05:49 +00:00

16 lines
495 B
Perl

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