Reverse localization patch.

Monotone-Parent: be2427fa7e45da8ba2b4c7955b6e904c06640586
Monotone-Revision: b084746023f24f274a1e8a852e8a36bb19bb35ce

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-03T11:54:03
This commit is contained in:
Francis Lachapelle
2011-11-03 11:54:03 +00:00
parent 709a9a23bb
commit 6051e5975d
108 changed files with 1853 additions and 1779 deletions

View File

@@ -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