sogo/UI/PreferencesUI/Toolbars/UIxPreferences.toolbar

13 lines
347 B
Plaintext
Raw Normal View History

( /* the toolbar groups -*-cperl-*- */
( { link = "#";
label = "Save and Close";
onclick = "return savePreferences();";
image = "tb-compose-save-flat-24x24.png"; },
{ link = "#";
isSafe = NO;
label = "Close";
onclick = "window.close(); return false;";
image = "tb-mail-stop-flat-24x24.png"; }
)
)