mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-19 11:59:28 +00:00
Bis.
Monotone-Parent: a46f694fb88b061ebf1cde5157986657756d6f5c Monotone-Revision: dc7f4b5bfd6f1e20c6244c01ec2af24c5f5baba3 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-03T11:55:37 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -405,7 +405,8 @@ function initMailEditor() {
|
||||
'BulletedList', '-', 'Link', 'Unlink', 'Image',
|
||||
'JustifyLeft','JustifyCenter','JustifyRight',
|
||||
'JustifyBlock','Font','FontSize','-','TextColor',
|
||||
'BGColor','-','SpellChecker']],
|
||||
'BGColor','-','SpellChecker']
|
||||
],
|
||||
language : localeCode,
|
||||
scayt_sLang : localeCode
|
||||
}
|
||||
@@ -577,8 +578,6 @@ function onWindowResize(event) {
|
||||
attachmentswidth = attachmentsarea.getWidth();
|
||||
fromfield = $(document).getElementsByClassName('headerField', headerarea)[0];
|
||||
var height = headerarea.getHeight() - fromfield.getHeight() - subjectfield.getHeight() - 10;
|
||||
// var height = headerarea.getHeight() - 20;
|
||||
// alert ("height = " + height + "px");
|
||||
if (Prototype.Browser.IE)
|
||||
$("attachments").setStyle({ height: (height - 13) + 'px' });
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user