Code

tidy fixes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Jun 2005 12:34:09 +0000 (12:34 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Jun 2005 12:34:09 +0000 (12:34 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@848 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/addons/addressbook/class_addressbook.inc
plugins/addons/logview/contents.tpl
plugins/gofax/faxaccount/generic.tpl

index 481ae069e6fb67e13df6329d1cc77e50b0a1d0bd..77ada8f460f440a6f37f60aad12c10677d38cac0 100644 (file)
@@ -379,8 +379,9 @@ $this->telephone_list[$attrs['sn'][0].$attrs['dn']]=
                                if (isset($attrs['mail'])){
                                        $dest= sprintf(_("Send mail to %s"), $attrs['mail'][0]);
                                        $this->telephone_list[$attrs['sn'][0].$attrs['dn']].=
-                                               "<a href=\"mailto:".$attrs['givenName'][0]." ".$attrs['sn'][0]." <".$attrs['mail'][0].">\">".
-                                               "<img  align=\"top\" border=0 src=\"images/mailto.png\"".
+                                               
+                                               "<a href=\"mailto:".$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>";
index a01432499f0fce573ec0a7fb508464157a78becc..471f14de55d70f7b8334718cc94ef946ddc9e5cd 100644 (file)
@@ -12,7 +12,7 @@
       <td>
        <select name="host" size=1 onChange="mainform.submit()">
                       {html_options options=$hostlist selected=$host}
-                          <option disabled></option>
+                          <option disabled>&nbsp; </option>
        </select>
       </td>
      </tr>
@@ -21,7 +21,7 @@
       <td>
        <select name="log_level" size=1 onChange="mainform.submit()">
                {html_options options=$loglevellist selected=$log_level}
-            <option disabled></option>
+            <option disabled>&nbsp;</option>
        </select>
       </td>
      </tr>
@@ -39,7 +39,7 @@
       <td>
        <select name="time" size=1 onChange="mainform.submit()">
                {html_options options=$tilist selected=$time}
-            <option disabled></option>
+            <option disabled>&nbsp;</option>
        </select>
       </td>
      </tr>
index 7017e4d9283c920398af1daa63a70153ba40e192..3e3c6336e554a5d67c3f4c3ebbdbc30f8b49c1b3 100644 (file)
@@ -54,7 +54,7 @@
      {t}Deliver fax to printer{/t}&nbsp;
      <select size="1" name="goFaxPrinter" {$goFaxPrinterACL}>
       {html_options options=$printers selected=$goFaxPrinter}
-               <option disabled></option>
+               <option disabled> </option>
      </select>
 
    </td>