summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cdb68e8)
raw | patch | inline | side by side (parent: cdb68e8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Jun 2005 12:34:09 +0000 (12:34 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 24 Jun 2005 12:34:09 +0000 (12:34 +0000) |
plugins/addons/addressbook/class_addressbook.inc | patch | blob | history | |
plugins/addons/logview/contents.tpl | patch | blob | history | |
plugins/gofax/faxaccount/generic.tpl | patch | blob | history |
diff --git a/plugins/addons/addressbook/class_addressbook.inc b/plugins/addons/addressbook/class_addressbook.inc
index 481ae069e6fb67e13df6329d1cc77e50b0a1d0bd..77ada8f460f440a6f37f60aad12c10677d38cac0 100644 (file)
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)
<td>
<select name="host" size=1 onChange="mainform.submit()">
{html_options options=$hostlist selected=$host}
- <option disabled></option>
+ <option disabled> </option>
</select>
</td>
</tr>
<td>
<select name="log_level" size=1 onChange="mainform.submit()">
{html_options options=$loglevellist selected=$log_level}
- <option disabled></option>
+ <option disabled> </option>
</select>
</td>
</tr>
<td>
<select name="time" size=1 onChange="mainform.submit()">
{html_options options=$tilist selected=$time}
- <option disabled></option>
+ <option disabled> </option>
</select>
</td>
</tr>
index 7017e4d9283c920398af1daa63a70153ba40e192..3e3c6336e554a5d67c3f4c3ebbdbc30f8b49c1b3 100644 (file)
{t}Deliver fax to printer{/t}
<select size="1" name="goFaxPrinter" {$goFaxPrinterACL}>
{html_options options=$printers selected=$goFaxPrinter}
- <option disabled></option>
+ <option disabled> </option>
</select>
</td>