sogo/UI/Common/Toolbars/SOGoAclOwner.toolbar
Wolfgang Sourdeau 37efe2b204 Monotone-Parent: 1cd01a11a7384ec7da33be5a6316e39e3024c38a
Monotone-Revision: 16bd3aa0fa9b1f29444120c9720217440143eb7d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-04T15:57:23
Monotone-Branch: ca.inverse.sogo
2007-05-04 15:57:23 +00:00

13 lines
335 B
Perl

( /* the toolbar groups -*-cperl-*- */
( { 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"; } ),
)