mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 01:15:09 +00:00
See ChangeLog.
Monotone-Parent: dd1c46e2753c2224bf847ca7bf850d63b8f97372 Monotone-Revision: bc1249b3296aa7dc189df755998b9d703fefd954 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-06-30T18:37:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -557,14 +557,15 @@ function onComposeMessagesTypeChange(event) {
|
||||
if (!CKEDITOR.instances["signature"]) {
|
||||
CKEDITOR.replace('signature',
|
||||
{
|
||||
height: "290px",
|
||||
toolbar :
|
||||
[['Bold', 'Italic', '-', 'Link',
|
||||
'Font','FontSize','-','TextColor',
|
||||
'BGColor']
|
||||
]
|
||||
}
|
||||
);
|
||||
height: "290px",
|
||||
toolbar : [['Bold', 'Italic', '-', 'Link',
|
||||
'Font','FontSize','-','TextColor',
|
||||
'BGColor']
|
||||
],
|
||||
language : localeCode,
|
||||
scayt_sLang : localeCode
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user