From 7911656c6ebe8ad052255b2b4b4c50d983f94725 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 16 Nov 2007 06:58:36 +0000 Subject: [PATCH] Fixed addressbook display errors in IE git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7807 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/addons/addressbook/class_addressbook.inc | 10 ++++++---- plugins/addons/addressbook/contents.tpl | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) 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} -- 2.39.5