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:
Francis Lachapelle
2010-06-30 18:37:12 +00:00
parent e8ecf7e53b
commit 75931380bf
7 changed files with 49 additions and 11 deletions
+9 -8
View File
@@ -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
}
);
}
}
}