Reverse localization patch.

Monotone-Parent: c16aa62954764e28a982189ae9222645f4705921
Monotone-Revision: a46f694fb88b061ebf1cde5157986657756d6f5c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-03T11:51:05
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-11-03 11:51:05 +00:00
parent 5ca67f5b8e
commit b1e5170060
108 changed files with 1779 additions and 1853 deletions

View File

@@ -405,8 +405,7 @@ function initMailEditor() {
'BulletedList', '-', 'Link', 'Unlink', 'Image',
'JustifyLeft','JustifyCenter','JustifyRight',
'JustifyBlock','Font','FontSize','-','TextColor',
'BGColor','-','SpellChecker']
],
'BGColor','-','SpellChecker']],
language : localeCode,
scayt_sLang : localeCode
}
@@ -578,6 +577,8 @@ 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