Code

Added sorting to FAIscripts
[gosa.git] / plugins / admin / fai / askClassName.tpl
index 526b6a587a2be3b450d087100ef0cd4d92ce3842..7975e1052ecfd62937c484bc9bb9c5d812b6cdb8 100644 (file)
@@ -29,7 +29,7 @@
    <tr>
      <td>&nbsp;</td>
      <td>
-      {t}Class name{/t}&nbsp;<input type="text"         name="UseTextInputName" value="" style="width:120px;">
+      {t}Class name{/t}&nbsp;<input type="text"         name="UseTextInputName" value="{$ClassName}" style="width:120px;">
      </td>
     </tr>
    </table>
@@ -84,7 +84,6 @@
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">
        <!--
-       document.mainform.UseTextInputName.select();
-       document.mainform.UseTextInputName.focus();
+       focus_field('UseTextInputName');
        -->
 </script>