Code

91f84d8aef85d336c214157cda000b343b2b40fc
[gosa.git] / trunk / gosa-core / plugins / admin / ogroups / paste_generic.tpl
1 <table width='100%'>
2         <tr>
3                 <td width='120'>
4                         <LABEL for="cn">{t}Group name{/t}</LABEL>{$must}
5                 </td>
6                 <td>
7                         <input type='text' id='cn' name='cn' value='{$cn}' size='40' title='{t}Please enter the new object group name{/t}'> 
8                 </td>
9         </tr>
10 </table>
12 <script language="JavaScript" type="text/javascript">
13         focus_field('cn');
14 </script>