Code

Cutted objects will be displayed in light grey in the management lists now.
[gosa.git] / plugins / admin / systems / dhcp_group.tpl
1 {* GOsa dhcp sharedNetwork - smarty template *}
2 <p><b>{t}Generic{/t}</b></p>
3 <table>
4  <tr>
5   <td>
6    {t}Name{/t}{$must}
7   </td> 
8   <td>
9    <input type='text' name='cn' size='25' maxlength='80' value='{$cn}'
10         title='{t}Name of group{/t}'>
11   </td>
12  </tr>
13 </table>
15 <p class="seperator">&nbsp;</p>
17 <!-- Place cursor in correct field -->
18 <script language="JavaScript" type="text/javascript">
19   <!-- // First input field on page
20   document.mainform.cn.focus();
21   -->
22 </script>