From 0c90b75f31e62575097f212db1518a854818b0c6 Mon Sep 17 00:00:00 2001 From: janw Date: Fri, 2 Jun 2006 07:01:04 +0000 Subject: [PATCH] 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 --- html/include/focus.js | 2 ++ ihtml/themes/default/framework.tpl | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) 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}
-- 2.30.2