mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-26 08:32:44 +00:00
Monotone-Revision: 24b361ad5626a3cf990206bae54d63a278f81a1e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-25T14:26:14 Monotone-Branch: ca.inverse.sogo
18 lines
487 B
Perl
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"; } ),
|
|
)
|