From: janw Date: Fri, 2 Jun 2006 07:01:04 +0000 (+0000) Subject: Need another way of forcing height, cause this won't work with php4. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0c90b75f31e62575097f212db1518a854818b0c6;p=gosa.git Need another way of forcing height, cause this won't work with php4. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3624 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/include/focus.js b/html/include/focus.js index c1c6c6870..00ae1bb9a 100644 --- a/html/include/focus.js +++ b/html/include/focus.js @@ -197,6 +197,8 @@ function js_check(form) { window.onload = adjust_width; window.onresize = adjust_width; +window.onload = adjust_height; +window.onresize = adjust_height; // Automatic resize (height) of divlists function adjust_height(e) { diff --git a/ihtml/themes/default/framework.tpl b/ihtml/themes/default/framework.tpl index 1c9bb7af6..f51784b56 100644 --- a/ihtml/themes/default/framework.tpl +++ b/ihtml/themes/default/framework.tpl @@ -1,12 +1,4 @@ - {$php_errors}