From fe1b5f0cac8b5df31317eb109438b5e00a261b41 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 14 Dec 2006 20:18:08 +0000 Subject: [PATCH] Monotone-Parent: 80282be929ffeb0633515f55064386950eb0748d Monotone-Revision: 6823993d658b4b0c014253226415afebb54ce5f6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-14T20:18:08 Monotone-Branch: ca.inverse.sogo --- UI/Common/Toolbars/SOGoAclAssistant.toolbar | 7 +++++++ UI/Common/Toolbars/SOGoAclOwner.toolbar | 12 ++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 UI/Common/Toolbars/SOGoAclAssistant.toolbar create mode 100644 UI/Common/Toolbars/SOGoAclOwner.toolbar diff --git a/UI/Common/Toolbars/SOGoAclAssistant.toolbar b/UI/Common/Toolbars/SOGoAclAssistant.toolbar new file mode 100644 index 000000000..6e08205d8 --- /dev/null +++ b/UI/Common/Toolbars/SOGoAclAssistant.toolbar @@ -0,0 +1,7 @@ +( /* the toolbar groups -*-cperl-*- */ + ( { link = "#"; + isSafe = NO; + label = "Close"; + onclick = "window.close();"; + image = "tb-mail-stop-flat-24x24.png"; } ) +) diff --git a/UI/Common/Toolbars/SOGoAclOwner.toolbar b/UI/Common/Toolbars/SOGoAclOwner.toolbar new file mode 100644 index 000000000..70987eee6 --- /dev/null +++ b/UI/Common/Toolbars/SOGoAclOwner.toolbar @@ -0,0 +1,12 @@ +( /* the toolbar groups -*-cperl-*- */ + ( { link = "#"; + isSafe = NO; + label = "Save"; + onclick = "return saveAcls(this);"; + image = "tb-compose-save-flat-24x24.png"; }, + { link = "#"; + isSafe = NO; + label = "Close"; + onclick = "window.close();"; + image = "tb-mail-stop-flat-24x24.png"; } ) +)