Code

Mass table tag fixing
[gosa.git] / plugins / addons / addressbook / dial.tpl
1 <table summary="" 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 </tr>
5 <tr style="background-color: white">
6 <td style="text-align:center;">
7  <div style="height:50px;">&nbsp;</div>
8  <a style="font-size:22px"><img alt="" src="{$phone_image}" align=middle>{$dial_info}</a>
9  <div style="height:60px;">&nbsp;</div>
10  <input type='submit' name='dial' value='{t}Dial{/t}'>&nbsp;<input type='submit' name='cancel' value='{t}Cancel{/t}'>
12 </td>
14 </tr>
15 </table>