Code

Starting move
[gosa.git] / gosa-core / plugins / gofon / macro / parameter.tpl
1 {if $readable}
2 <table width="100%" summary="">
3         <tr>
4                 <td>{t}Argument{/t}
5                 </td>
6                 <td>{t}Name{/t}
7                 </td>
8                 <td>{t}type{/t}
9                 </td>
10                 <td>{t}Default value{/t}
11                 </td>
12                 <td>
13                 &nbsp;
14                 </td>
15         </tr>
16                 {$vars}
17 </table>
18 {else}
19         <h2>{t}You are not allowed to view the macro parameter settings{/t}</h2>
20 {/if}
21 <input type="hidden" name="phoneparemeters">
23 <!-- Place cursor -->
24 <script language="JavaScript" type="text/javascript">
25   <!-- // First input field on page
26         focus_field('cn');
27   -->
28 </script>