Code

Updated systems listing
[gosa.git] / gosa-plugins / systems / admin / systems / component.tpl
1 <table summary="{t}Component{/t}" width="100%">
2  <tr>
3   <td style='width:50%; ' class='right-border'>
5         <table summary="{t}Generic settings{/t}">
6          <tr>
7           <td><LABEL for="cn">{t}Device name{/t}</LABEL>{$must}</td>
8           <td>
9 {render acl=$cnACL}
10            <input type='text' name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
11 {/render}
12           </td>
13          </tr>
14          <tr>
15           <td colspan=2>&nbsp;</td>
16          </tr>
17          <tr>
18           <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
19           <td>
20 {render acl=$baseACL}
21             {$base}
22 {/render}
23           </td>
24           </tr>
25         </table>
26   </td>
27   <td>
29           <LABEL for="description">{t}Description{/t}</LABEL>
30 {render acl=$descriptionACL}
31            <input type='text' id="description" name="description" size=25 maxlength=80 value="{$description}">
32 {/render}
33   </td>
34  </tr>
35 </table>
37 <hr>
39 {$netconfig}
41 <!-- Place cursor -->
42 <script language="JavaScript" type="text/javascript">
43   <!-- // First input field on page
44         focus_field('cn');
45   -->
46 </script>