Monotone-Parent: 0ebf0ab3929b5c634b6870dbdf4648265482e512

Monotone-Revision: 6554f23cdb0a8f5750823a6297e26d8134456619

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-25T20:36:08
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-10-25 20:36:08 +00:00
parent ca1db4cbd1
commit db25967bd2
3 changed files with 15 additions and 15 deletions

View File

@@ -4,11 +4,4 @@ function onPrintCurrentMessage(event) {
preventDefault(event);
}
function initMailerPopup(event) {
var headerTable = document.getElementsByClassName('mailer_fieldtable')[0];
var contentDiv = document.getElementsByClassName('mailer_mailcontent')[0];
contentDiv.setStyle({ 'top': (Element.getHeight(headerTable) + headerTable.offsetTop) + 'px' });
}
addEvent(window, 'load', initMailerPopup);
addEvent(window, 'load', resizeMailContent);