From d0dd3ff8414eb4276b709f464ae8510a527fe781 Mon Sep 17 00:00:00 2001 From: janw Date: Fri, 2 Jun 2006 06:45:43 +0000 Subject: [PATCH] Don't adjust height of divlists if force_height is true. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3620 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/include/focus.js | 9 ++------- ihtml/themes/default/framework.tpl | 8 ++++++++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/html/include/focus.js b/html/include/focus.js index ccee6a47d..c1c6c6870 100644 --- a/html/include/focus.js +++ b/html/include/focus.js @@ -195,13 +195,8 @@ function js_check(form) { form.javascript.value = 'true'; } -window.onload = adjust; -window.onresize = adjust; - -function adjust(e) { - adjust_height(e); - adjust_width(e); -} +window.onload = adjust_width; +window.onresize = adjust_width; // Automatic resize (height) of divlists function adjust_height(e) { diff --git a/ihtml/themes/default/framework.tpl b/ihtml/themes/default/framework.tpl index f51784b56..1c9bb7af6 100644 --- a/ihtml/themes/default/framework.tpl +++ b/ihtml/themes/default/framework.tpl @@ -1,4 +1,12 @@ + {$php_errors}
-- 2.30.2