Code

Removed focus for not existing fields
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 Oct 2005 10:29:50 +0000 (10:29 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 Oct 2005 10:29:50 +0000 (10:29 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1683 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/samba/samba2.tpl
plugins/personal/samba/samba3.tpl

index ea024eb57c6451e39823938a9889037b5dcb8d88..bdbae4a065da18d928f2f54d121bcd5388ee630b 100644 (file)
@@ -85,9 +85,6 @@
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">
   <!-- 
-  // First input field on page
-  document.mainform.sambaHomePath.focus();
-
   // Populate expiery dialog
   populate(document.mainform,document.mainform.sambaPwdMustChange);
   -->
index 6495ae53fb9f9b0bd98ba87b31d095d87dea7b86..65adfd3e374d1316e39abc38e06288eb670c2e1d 100644 (file)
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">
   <!-- 
-  // First input field on page
-  document.mainform.sambaHomePath.focus();
-
   // Populate expiery dialog
   populate(document.mainform,document.mainform.sambaPwdMustChange);