summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4e0898b)
raw | patch | inline | side by side (parent: 4e0898b)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 12 Aug 2009 15:09:49 +0000 (15:09 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 12 Aug 2009 15:09:49 +0000 (15:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14039 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/include/focus.js | patch | blob | history |
index 69f0a1ee83c908e13585e368ef4c38d2da007859..e78e68fc38ee14e13cd947c0be11835b48dcea1f 100644 (file)
// 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) {