mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 17:58:51 +00:00
Monotone-Parent: 9a7bad48be43b654107d40d700161e342909d9c7
Monotone-Revision: cd9e9b79cc7eae17bee205b48e8df60e880c4345 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-18T17:28:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
15
UI/Scheduler/Toolbars/SOGoTaskObject.toolbar
Normal file
15
UI/Scheduler/Toolbars/SOGoTaskObject.toolbar
Normal file
@@ -0,0 +1,15 @@
|
||||
( /* 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 = "Documents";
|
||||
onclick = "return onPopupUrlWindow();";
|
||||
image = "tb-compose-attach-flat-24x24.png"; } )
|
||||
)
|
||||
Reference in New Issue
Block a user