Code

Added branches container for old stuff
[gosa.git] / gosa-plugins / systems / admin / systems / component.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}Device name{/t}</LABEL>{$must}</td>
7           <td>
8 {render acl=$cnACL}
9            <input name="cn" id="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}
28           </td>
29           </tr>
30         </table>
31   </td>
32   <td style="vertical-align:top">
33         <table summary="">
34          <tr>
35           <td><LABEL for="description">{t}Description{/t}</LABEL></td>
36           <td>  
37 {render acl=$descriptionACL}
38            <input id="description" name="description" size=25 maxlength=80 value="{$description}">
39 {/render}
40           </td>
41          </tr>
42         </table>
43   </td>
44  </tr>
45 </table>
47 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
49 {$netconfig}
51 <!-- Place cursor -->
52 <script language="JavaScript" type="text/javascript">
53   <!-- // First input field on page
54         focus_field('cn');
55   -->
56 </script>