git-svn-id: http://xe-core.googlecode.com/svn/trunk@1758 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-25 07:11:00 +00:00
parent bcf886a796
commit 58f6172a51
8 changed files with 113 additions and 113 deletions

View file

@ -20,6 +20,7 @@ function fixAdminLayoutFooter() {
var footerHeight = xHeight(xGetElementById('footer'));
var clientHeight = xClientHeight();
var newHeight = clientHeight - footerHeight - headerHeight + 71 + 38;
if(newHeight<bodyHeight) newHeight = bodyHeight;
xHeight(xGetElementById('cBody'), newHeight);
}