Code

Complete Plugin Folder has image align middle now ....
[gosa.git] / plugins / addons / addressbook / dial.tpl
1 <table style="width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;" cellpadding=4 cellspacing=0 border=0>
2 <tr style="background-color: #E8E8E8; height:26px;font-weight:bold;">
3 <td align=left width="100%">{t}Dial connection...{/t}</td>
4 <td><a href="{$url}">X</a></td>
5 </tr>
6 <tr style="background-color: white">
7 <td colspan=2 style="text-align:center;">
8  <div style="height:50px;">&nbsp;</div>
9  <a style="font-size:22px"><img src="{$phone_image}" align=middle>{$dial_info}</a>
10  <div style="height:60px;">&nbsp;</div>
11  <input type='submit' name='dial' value='{t}Dial{/t}'>&nbsp;<input type='submit' name='cancel' value='{t}Cancel{/t}'>
13 </td>
15 </tr>
16 </table>
18 </td>
19 </tr>
20 </table>