summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c8b78b9)
raw | patch | inline | side by side (parent: c8b78b9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 16 Nov 2007 06:58:36 +0000 (06:58 +0000) | ||
committer | hickert <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 | patch | blob | history | |
plugins/addons/addressbook/contents.tpl | patch | blob | history |
diff --git a/plugins/addons/addressbook/class_addressbook.inc b/plugins/addons/addressbook/class_addressbook.inc
index 03c05d633f7d84a56e38fd4c9edfaba7ad4720a2..9f625f37e1a45bd9671bb08d5096fe38203da78f 100644 (file)
"</a>
+
</td>
<td class=\"phonelist\" title=\""._("Dial")." ".$attrs['telephoneNumber'][0]."\">
<a style='vertical-align:middle;' href=\"main.php?plug=".validate($_GET['plug'])."&dial=telephoneNumber&start=".validate($_GET['start'])."&target=".base64_encode($attrs['dn'])."\">".$attrs['telephoneNumber'][0]."
</a>
+
</td>
<td class=\"phonelist\" title=\"".$attrs['facsimileTelephoneNumber'][0]."\">
- ".$attrs['facsimileTelephoneNumber'][0]."
+ ".$attrs['facsimileTelephoneNumber'][0]."
</td>
<td class=\"phonelist\" title=\""._("Dial")." ".$attrs['mobile'][0]."\">
<a style='vertical-align:middle;' href=\"main.php?plug=".validate($_GET['plug'])."&dial=mobile&start=".validate($_GET['start'])."&target=".base64_encode($attrs['dn'])."\">".$attrs['mobile'][0]."
- </a>
+ </a>
</td>
<td class=\"phonelist\" title=\""._("Dial")." ".$attrs['homePhone'][0]."\">
<a style='vertical-align:middle;' href=\"main.php?plug=".validate($_GET['plug'])."&dial=homePhone&start=".validate($_GET['start'])."&target=".base64_encode($attrs['dn'])."\">".$attrs['homePhone'][0]."
- </a>
+ </a>
</td>
<td>
<a href=\"getvcard.php?dn=".base64_encode($attrs['dn'])."\">
"<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']].= " </td>";
}
}
error_reporting(E_ALL);
index 6e134e02551e1fbf3445d9446dadbd5801dd651f..db490785c4e00a068a0d88930bdee0de8dd44163 100644 (file)
<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> </option>
</select>
<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> </option>
</select>