Code

Updated login template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Dec 2008 14:43:54 +0000 (14:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Dec 2008 14:43:54 +0000 (14:43 +0000)
-Removed duplicated html comment tags
-Added closing tag for body && html

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13101 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/default/login.tpl

index 380e29b4ae1b593c2a3cd68676bc2754b48e04c1..bb1cd1b8e3fe8d6d27380dbf4c82609762d4eed0 100644 (file)
 
 <!-- Place cursor in username field -->
 <script language="JavaScript" type="text/javascript">
-  <!-- // Disable KeyPress actions
   enable_keyPress = false;
 
-  <!-- // First input field on page
   nextfield= "{$nextfield}";
   focus_field("{$nextfield}");
-  -->
 
 next_msg_dialog();
 </script>
-
+-->
+</body>
+</html>