]> git.sur5r.net Git - contagged/blobdiff - templates/list_entry.tpl
search address book subtree, not only one level
[contagged] / templates / list_entry.tpl
index 65729b02e6fa28f7edd0507f5654a364c6b98b63..05bcd7a1102371bbc2391af6b4bdd1b690ccc8f0 100644 (file)
@@ -11,7 +11,7 @@
         <a href="index.php?org={$entry.organization|escape:url}">{$entry.organization|h}</a>&nbsp;
     </td>
     <td>
-        {$entry.phone|h}&nbsp;
+        <a href="callto://{$entry.phone|escape:phone}">{$entry.phone|h}</a>&nbsp;
     </td>
     <td>
         <a href="mailto:{$entry.mail[0]|h}">{$entry.mail[0]|h}</a>&nbsp;
@@ -20,7 +20,7 @@
         {if $entry.photo}
             <a href="img.php?dn={$entry.dn|escape:url}&amp;.jpg" rel="imagebox" target="_blank"
                title="{$entry.givenname|escape} {$entry.name|escape}"><img src="pix/image.png"
-               border="0" width="16" height="16" align="middle" alt="{$lang.photo|h}"></a>
+               border="0" width="16" height="16" align="middle" alt="{$lang.photo|h}" /></a>
         {else}
             &nbsp;
         {/if}