sogo/UI/Common/Toolbars/SOGoAclOwner.toolbar
Wolfgang Sourdeau fe1b5f0cac Monotone-Parent: 80282be929ffeb0633515f55064386950eb0748d
Monotone-Revision: 6823993d658b4b0c014253226415afebb54ce5f6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-14T20:18:08
Monotone-Branch: ca.inverse.sogo
2006-12-14 20:18:08 +00:00

13 lines
337 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"; } )
)