Code

Fixed addressbook display errors in IE
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 16 Nov 2007 06:58:36 +0000 (06:58 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 16 Nov 2007 06:58:36 +0000 (06:58 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7807 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/addons/addressbook/class_addressbook.inc
plugins/addons/addressbook/contents.tpl

index 03c05d633f7d84a56e38fd4c9edfaba7ad4720a2..9f625f37e1a45bd9671bb08d5096fe38203da78f 100644 (file)
@@ -374,21 +374,23 @@ class addressbook extends plugin
 
 
                                                "</a>
+              &nbsp;
                                                </td>
                                                <td class=\"phonelist\" title=\""._("Dial")." ".$attrs['telephoneNumber'][0]."\">
                                                <a style='vertical-align:middle;' href=\"main.php?plug=".validate($_GET['plug'])."&amp;dial=telephoneNumber&amp;start=".validate($_GET['start'])."&amp;target=".base64_encode($attrs['dn'])."\">".$attrs['telephoneNumber'][0]."
                                                </a>
+            &nbsp;
                                                </td>
                                                <td class=\"phonelist\" title=\"".$attrs['facsimileTelephoneNumber'][0]."\">
-                                               ".$attrs['facsimileTelephoneNumber'][0]."
+                                               ".$attrs['facsimileTelephoneNumber'][0]."&nbsp;
                                                </td>
                                                <td class=\"phonelist\" title=\""._("Dial")." ".$attrs['mobile'][0]."\">
                                                <a style='vertical-align:middle;' href=\"main.php?plug=".validate($_GET['plug'])."&amp;dial=mobile&amp;start=".validate($_GET['start'])."&amp;target=".base64_encode($attrs['dn'])."\">".$attrs['mobile'][0]."
-                                               </a>
+                                               </a>&nbsp;
                                                </td>
                                                <td class=\"phonelist\" title=\""._("Dial")." ".$attrs['homePhone'][0]."\">
                                                <a style='vertical-align:middle;' href=\"main.php?plug=".validate($_GET['plug'])."&amp;dial=homePhone&amp;start=".validate($_GET['start'])."&amp;target=".base64_encode($attrs['dn'])."\">".$attrs['homePhone'][0]."
-                                               </a>
+                                               </a>&nbsp;
                                                </td>
                                                <td>
                                                <a href=\"getvcard.php?dn=".base64_encode($attrs['dn'])."\">
@@ -402,7 +404,7 @@ class addressbook extends plugin
                                                        "<a href=\"mailto:".htmlentities($attrs['mail'][0])."\">".
                                                        "<img  align=\"top\" border=0 src=\"images/mailto.png\" alt=\"vcf\" title=\"$dest\"></a>";
                                        }
-                                       $this->telephone_list[$attrs['sn'][0].$attrs['dn']].= "</td>";
+                                       $this->telephone_list[$attrs['sn'][0].$attrs['dn']].= "&nbsp;</td>";
                                }
                        }
                        error_reporting(E_ALL);
index 6e134e02551e1fbf3445d9446dadbd5801dd651f..db490785c4e00a068a0d88930bdee0de8dd44163 100644 (file)
@@ -77,7 +77,7 @@
                        <label for="search_base"><img class="center" alt="" src="{$tree_image}" align=middle title='{t}Display results for department{/t}'></label>
                </td>
        <td>
-                       <select name="search_base" style='width:99%' size="1" onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
+                       <select name="search_base" style='width:220px' onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
                        {html_options options=$deplist selected=$depselect}
                                <option disabled>&nbsp;</option>
                </select>
@@ -90,7 +90,7 @@
                        <label for="object_type"><img class="center" alt="" src="{$obj_image}" align=middle title='{t}Match object{/t}'></label>
                </td>
            <td>
-                       <select id="object_type" style='width:99%' name="object_type" size="1" onChange="mainform.submit()" title="{t}Choose the object that will be searched in{/t}">
+                       <select id="object_type" style='width:220px' name="object_type" onChange="mainform.submit()" title="{t}Choose the object that will be searched in{/t}">
                        {html_options options=$objlist selected=$object_type}
                                <option disabled>&nbsp;</option>
                </select>