Code

Added requirement dependencies
[gosa.git] / gosa-plugins / goto / admin / devices / paste_deviceGeneric.tpl
2 <h3>{t}Devices{/t}</h3>
4 <table width="100%" summary="{t}Paste device{/t}">
5  <tr>
6   <td>
7    <LABEL for="cn">{t}Device name{/t}</LABEL>{$must}
8   </td>
9   <td>
10    <input type="text" size=40 value="{$cn}" name="cn" id="cn">
11   </td>
12  </tr> 
13 </table>
15 <input type='hidden' value="1" name="deviceGeneric_posted">
16 <script language="JavaScript" type="text/javascript">
17  <!-- // First input field on page    
18   focus_field('name');  
19  -->
20 </script>