From 80e98ff91007bc77d78d7b30854c2dd5d4e6c566 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 12 Aug 2009 15:09:49 +0000 Subject: [PATCH] Bad stuff in here... git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14039 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/include/focus.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gosa-core/html/include/focus.js b/gosa-core/html/include/focus.js index 69f0a1ee8..e78e68fc3 100644 --- a/gosa-core/html/include/focus.js +++ b/gosa-core/html/include/focus.js @@ -391,6 +391,9 @@ function adjust_width(e) // Resize the body cells, 470 represents the info box and the navigation part var diff= width - div_width - 470; + if(document.getElementById('d_save')) { + diff= width - div_width - document.getElementById('d_save').value; + } // window has been upscaled if(div_width+diff>=600) { -- 2.30.2