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

This commit is contained in:
zero 2007-06-25 08:38:40 +00:00
parent 58f6172a51
commit 16925ca91b
15 changed files with 262 additions and 251 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(typeof(editor_height)!='undefined') newHeight += editor_height;
if(newHeight<bodyHeight) newHeight = bodyHeight;
xHeight(xGetElementById('cBody'), newHeight);