Update ckeditor to version 4.0.1

This commit is contained in:
Francis Lachapelle
2013-01-15 17:46:19 -05:00
parent 8ce4b89656
commit 6c3ec9836c
330 changed files with 1503 additions and 1881 deletions

View File

@@ -464,13 +464,6 @@ function initMailEditor() {
// HTML mode
CKEDITOR.replace('text',
{
toolbar :
[['Bold', 'Italic', '-', 'NumberedList',
'BulletedList', '-', 'Link', 'Unlink', 'Image',
'JustifyLeft','JustifyCenter','JustifyRight',
'JustifyBlock','Font','FontSize','-','TextColor',
'BGColor','-','SpellChecker','Scayt']
],
language : localeCode,
scayt_sLang : localeCode
}