Code

updated templates
[gosa.git] / gosa-plugins / addressbook / addons / addressbook / dial.tpl
1 <table style='width:100%; ' summary="">
4 <tr style="background-color: #E8E8E8; height:26px;font-weight:bold;">
5 <td align=left width="100%"><LABEL for="dial">{t}Dial connection...{/t}</LABEL></td>
6 </tr>
7 <tr style="background-color: white">
8 <td style="text-align:center;">
9  <div style="height:50px;">&nbsp;</div>
10  <a style="font-size:22px">{image path="{$phone_image}"}{$dial_info}
11 </a>
12  <div style="height:60px;">&nbsp;</div>
13  <button type='submit' name='dial' id="dial">{t}Dial{/t}</button>&nbsp;
14 <button type='submit' name='cancel'>{msgPool type=cancelButton}</button>
17 </td>
19 </tr>
20 </table>