Code

637b759eabbf70119ad1302110abf2ac117fb6d9
[gosa.git] / 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   document.mainform.cn.focus();
14 </script>