Code

246e810116be6fe0fa20113de47c187a741411af
[gosa.git] / branches / old / gosa-plugins / gofon / admin / systems / gofon / phone.tpl
1 <table summary="" width="100%">
2  <tr>
3   <td style="vertical-align:top; width:50%; border-right:1px solid #A0A0A0">
4         <table summary="">
5          <tr>
6           <td><LABEL for="cn">{t}Phone name{/t}</LABEL>{$must}</td>
7           <td>
8 {render acl=$cnACL}
9            <input id="cn" name="cn" size=20 maxlength=60 value="{$cn}">
10 {/render}
11           </td>
12          </tr>
13          <tr>
14           <td colspan=2>&nbsp;</td>
15          </tr>
16          <tr>
17           <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
18           <td>
19 {render acl=$baseACL}
20       <select id="base" size="1" name="base" title="{t}Choose subtree to place group in{/t}">
21        {html_options options=$bases selected=$base_select}
22       </select>
23 {/render}
24 {render acl=$baseACL disable_picture='images/lists/folder_grey.png'}
25         <input type="image" name="chooseBase" src="images/lists/folder.png" class="center" title="{t}Select a base{/t}">
26 {/render}
27            </td>
28           </tr>
29         </table>
30   </td>
31   <td style="vertical-align:top">
32         <table summary="">
33          <tr>
34           <td><LABEL for="description">{t}Description{/t}</LABEL></td>
35           <td>
36 {render acl=$descriptionACL}
37            <input name="description" id="description" size=25 maxlength=80 value="{$description}">
38 {/render}
39           </td>
40          </tr>
41         </table>
42   </td>
43  </tr>
44 </table>
46 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
47 {include file="$phonesettings"}
49 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
50 {$netconfig}
52 <!-- Place cursor -->
53 <script language="JavaScript" type="text/javascript">
54   <!-- // First input field on page
55         focus_field('cn');
56   -->
57 </script>