Code

Udpated JS focus,
[gosa.git] / plugins / admin / users / template.tpl
index 5d9ce6c19c349eb5279e4e69f2ce5d9d4550ddcd..37237f9fc0bc0e8a07068723fd5874f887536e85 100644 (file)
@@ -3,9 +3,13 @@
 </div>
 
 <p>
 {t}Creating a new user can be assisted by using templates. Many database records will be filled automatically. Choose <b>none</b> to skip the usage of templates.{/t}
{t}Creating a new user can be assisted by using templates. Many database records will be filled automatically. Choose 'none' to skip the usage of templates.{/t}
 </p>
 
+<p class="seperator">&nbsp;</p>
+
+<br>
+
 <table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
   <tr>
     <td><b><LABEL for="template">{t}Template{/t}</LABEL></b></td>
     </td>
   </tr>
   <tr>
-    <td><b><LABEL for="sn">{t}Name{/t}</LABEL></b></td>
+    <td><b><LABEL for="sn">{t}Last name{/t}</LABEL></b></td>
     <td><input name="sn" id="sn" size="30" maxlength="40" value="{$sn}"></td>
   </tr>
   <tr>
-    <td><b><LABEL for="givenName">{t}Given name{/t}</LABEL></b></td>
+    <td><b><LABEL for="givenName">{t}First name{/t}</LABEL></b></td>
     <td><input name="givenName" id="givenName" size="30" maxlength="40" value="{$givenName}"></td>
   </tr>
   {if $got_uid eq "true"}
@@ -51,6 +55,6 @@
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">
   <!-- // First input field on page
-  document.mainform.sn.focus();
+       focus_field('sn');
   -->
 </script>