From 0d05b5cacecbb22c311f9e68cdd2033082efdd8c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Sun, 18 Mar 2007 17:28:46 +0000 Subject: [PATCH] Monotone-Parent: 9a7bad48be43b654107d40d700161e342909d9c7 Monotone-Revision: cd9e9b79cc7eae17bee205b48e8df60e880c4345 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-18T17:28:46 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/Toolbars/SOGoTaskObject.toolbar | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 UI/Scheduler/Toolbars/SOGoTaskObject.toolbar diff --git a/UI/Scheduler/Toolbars/SOGoTaskObject.toolbar b/UI/Scheduler/Toolbars/SOGoTaskObject.toolbar new file mode 100644 index 000000000..2ad120e2d --- /dev/null +++ b/UI/Scheduler/Toolbars/SOGoTaskObject.toolbar @@ -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"; } ) +)