sogo/UI/Common/Toolbars/SOGoAclOwner.toolbar

13 lines
337 B
Plaintext
Raw Normal View History

( /* 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"; } )
)