mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-28 20:56:24 +00:00
Monotone-Parent: 80282be929ffeb0633515f55064386950eb0748d
Monotone-Revision: 6823993d658b4b0c014253226415afebb54ce5f6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-14T20:18:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
7
UI/Common/Toolbars/SOGoAclAssistant.toolbar
Normal file
7
UI/Common/Toolbars/SOGoAclAssistant.toolbar
Normal file
@@ -0,0 +1,7 @@
|
||||
( /* the toolbar groups -*-cperl-*- */
|
||||
( { link = "#";
|
||||
isSafe = NO;
|
||||
label = "Close";
|
||||
onclick = "window.close();";
|
||||
image = "tb-mail-stop-flat-24x24.png"; } )
|
||||
)
|
||||
12
UI/Common/Toolbars/SOGoAclOwner.toolbar
Normal file
12
UI/Common/Toolbars/SOGoAclOwner.toolbar
Normal file
@@ -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"; } )
|
||||
)
|
||||
Reference in New Issue
Block a user