Code

summary Tags added
[gosa.git] / plugins / gofon / phoneaccount / generic.tpl
1 <table summary="{t}Phone numbers{/t}" style="width:100%">
2  <tr>
3   <td style="vertical-align:top; border-right:1px solid #A0A0A0; width:50%">
4    <h2><img alt="" align="middle" src="images/banana.png"> {t}Phone numbers{/t}</h2>
5       <select style="width:380px; height:120px;" name="phonenumber_list[]" size=6 multiple {$telephoneNumberACL}>
6        {html_options options=$phoneNumbers}
7       </select>
8       <br>
9       <input name="phonenumber" size=20 align=middle maxlength=60 {$telephoneNumberACL} value="">
10       <input type="submit" value="{t}Add{/t}" name="add_phonenumber"
11         {$telephoneNumberACL}>&nbsp;
12       <input type="submit" value="{t}Delete{/t}" name="delete_phonenumber"
13         {$telephoneNumberACL}>
14   </td>
16   <td style="vertical-align:top; width:50%;">
17 <table summary="" style="width:100%" border=0>
18  <tr>
20   <td>
21    <h2><img alt="" align="middle" src="images/hardware.png"> {t}Telephone hardware{/t}</h2>
23    <table summary="{t}Telephone{/t}" style="width:100%" border=0>
24     <tr>
25      <td>{t}Telephone{/t}&nbsp;
26       {$hardware_list}
27      </td>
28     </tr>
29    </table>
30   </td>
31  </tr>
32 </table>
34    <table summary="">
35         <tr>
36     <td>
37      <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Forward calls to{/t}</h2>
39      <table summary="{t}Phone number{/t}">
40       <tr> 
41        <td>{t}Phone number{/t}</td><td>{t}Timeout (s){/t}</td><td>&nbsp;</td>
42       </tr>
43       {$forwarder_list}
44      </table>
45     </td>
46    </table>
47   </td>
49  </tr>
50 </table>
51 <p class="seperator">&nbsp;</p>
52 <br>
53 <table summary="{t}Phone macro{/t}">
54         <tr>
55                 <td colspan=2><img alt="" src="images/select_macro.png" align="middle">&nbsp;{t}Phone macro{/t}
56                          <select name="macro" onchange="document.mainform.submit()" {$telephoneNumberACL}>
57                            {html_options options=$macros selected=$macro}
58                          </select>
59                          <input type="submit" name="refresh" value="{t}refresh{/t}" {$goFonMacroACL}>
60                 </td>
61         </tr>
62 </table>
63 <br>
64 {$macrotab}
65 <input type="hidden" name="phoneTab" value="phoneTab">