Monotone-Parent: 80282be929ffeb0633515f55064386950eb0748d

Monotone-Revision: 6823993d658b4b0c014253226415afebb54ce5f6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-14T20:18:08
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-12-14 20:18:08 +00:00
parent bb8b9ad953
commit fe1b5f0cac
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
( /* the toolbar groups -*-cperl-*- */
( { link = "#";
isSafe = NO;
label = "Close";
onclick = "window.close();";
image = "tb-mail-stop-flat-24x24.png"; } )
)

View File

@@ -0,0 +1,12 @@
( /* 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"; } )
)