Code

Updated device templates
[gosa.git] / gosa-plugins / goto / admin / devices / paste_deviceGeneric.tpl
2 <h3>{t}Devices{/t}</h3>
4 <table width="100%" summary="">
5  <tr>
6   <td>
8    <table style='width:100%' class='right-border' summary="">
9     <tr>
10      <td><LABEL for="cn">{t}Device name{/t}</LABEL>
11       {$must}
12      </td>
13      <td>
14       <input type="text" size=40 value="{$cn}" name="cn" id="cn">
15      </td>
16     </tr>
17    </table>
19   </td>
20  </tr> 
21 </table>
23 <input type='hidden' value="1" name="deviceGeneric_posted">
24 <script language="JavaScript" type="text/javascript">
25  <!-- // First input field on page    
26   focus_field('name');  
27  -->
28 </script>