From: hickert Date: Fri, 16 Nov 2007 06:58:36 +0000 (+0000) Subject: Fixed addressbook display errors in IE X-Git-Url: https://git.tokkee.org/?p=gosa.git;a=commitdiff_plain;h=7911656c6ebe8ad052255b2b4b4c50d983f94725 Fixed addressbook display errors in IE git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7807 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/addons/addressbook/class_addressbook.inc b/plugins/addons/addressbook/class_addressbook.inc index 03c05d633..9f625f37e 100644 --- a/plugins/addons/addressbook/class_addressbook.inc +++ b/plugins/addons/addressbook/class_addressbook.inc @@ -374,21 +374,23 @@ class addressbook extends plugin " +   ".$attrs['telephoneNumber'][0]." +   - ".$attrs['facsimileTelephoneNumber'][0]." + ".$attrs['facsimileTelephoneNumber'][0]."  ".$attrs['mobile'][0]." - +   ".$attrs['homePhone'][0]." - +   @@ -402,7 +404,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); diff --git a/plugins/addons/addressbook/contents.tpl b/plugins/addons/addressbook/contents.tpl index 6e134e025..db490785c 100644 --- a/plugins/addons/addressbook/contents.tpl +++ b/plugins/addons/addressbook/contents.tpl @@ -77,7 +77,7 @@ - {html_options options=$deplist selected=$depselect} @@ -90,7 +90,7 @@ - {html_options options=$objlist selected=$object_type}