Code

Added Focus patch
[gosa.git] / plugins / admin / ogroups / paste_mail.tpl
1 <table width='100%'>
2         <tr>
3                 <td width='120'>
4                         <LABEL for="mail">{t}Mail{/t}</LABEL>{$must}
5                 </td>
6                 <td>
7                         <input type='text' id='main' name='mail' value='{$mail}' size='40' title='{t}Please enter a mail address{/t}'> 
8                 </td>
9         </tr>
10 </table>
12 <script language="JavaScript" type="text/javascript">
13         focus_field('mail');
14 </script>