From: hickert Date: Fri, 16 Nov 2007 07:04:26 +0000 (+0000) Subject: Fixed IE problem X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=631835d21ce03287d25d8578ccf3a14bbcb74acc;p=gosa.git Fixed IE problem git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7808 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/include/layersmenu-library.js b/html/include/layersmenu-library.js index 049abf89d..9bcd43b37 100644 --- a/html/include/layersmenu-library.js +++ b/html/include/layersmenu-library.js @@ -3,6 +3,7 @@ layerLeft = new Array(); layerTop = new Array(); + function setVisibility(layer, on) { if (on) { diff --git a/html/include/layersmenu.js b/html/include/layersmenu.js index 5d29e5bf0..26ab53444 100644 --- a/html/include/layersmenu.js +++ b/html/include/layersmenu.js @@ -4,6 +4,7 @@ useTimeouts = 1; timeoutLength = 1000; // time in ms; not significant if useTimeouts = 0; shutdownOnClick = 0; + loaded = 0; layersMoved = 0; layerPoppedUp = ''; diff --git a/ihtml/themes/default/headers.tpl b/ihtml/themes/default/headers.tpl index d607f57a6..8004e8dad 100644 --- a/ihtml/themes/default/headers.tpl +++ b/ihtml/themes/default/headers.tpl @@ -23,8 +23,8 @@ - - + + diff --git a/plugins/addons/addressbook/class_addressbook.inc b/plugins/addons/addressbook/class_addressbook.inc index feb499a31..91d1e042c 100644 --- a/plugins/addons/addressbook/class_addressbook.inc +++ b/plugins/addons/addressbook/class_addressbook.inc @@ -438,22 +438,22 @@ class addressbook extends plugin "&show=".urlencode(base64_encode($attrs['dn']))."\">". $attrs['sn'][0].", ".$attrs['givenName'][0]. " - +   ".$attrs['telephoneNumber'][0]." - +   ".$attrs['facsimileTelephoneNumber'][0]." - +   ".$attrs['mobile'][0]." - +   ".$attrs['homePhone'][0]." - +   \"vcf\" @@ -469,7 +469,7 @@ class addressbook extends plugin "\"vcf\""; } } - $this->telephone_list[$attrs['sn'][0].$attrs['dn']].= ""; + $this->telephone_list[$attrs['sn'][0].$attrs['dn']].= " "; } } error_reporting(E_ALL | E_STRICT); diff --git a/plugins/addons/addressbook/contents.tpl b/plugins/addons/addressbook/contents.tpl index 3925643c5..004e3d2ae 100644 --- a/plugins/addons/addressbook/contents.tpl +++ b/plugins/addons/addressbook/contents.tpl @@ -84,7 +84,7 @@ - {html_options options=$deplist selected=$depselect} @@ -97,7 +97,7 @@ - {html_options options=$objlist selected=$object_type}