sogo/UI/Common/Toolbars/SOGoAclOwner.toolbar
Wolfgang Sourdeau fbf6d3c73c Monotone-Parent: b3f6ca80f075abe33699e7b80392bc6a5c934183
Monotone-Revision: 24b361ad5626a3cf990206bae54d63a278f81a1e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-25T14:26:14
Monotone-Branch: ca.inverse.sogo
2007-04-25 14:26:14 +00:00

18 lines
487 B
Perl

( /* 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"; } ),
( { link = "#";
isSafe = NO;
label = "Edit User Rights";
onclick = "return openRightsForUser();";
image = "edit.png"; } ),
)