Code

Added default submit
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 9 Feb 2007 10:17:45 +0000 (10:17 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 9 Feb 2007 10:17:45 +0000 (10:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5715 594d385d-05f5-0310-b6e9-bd551577e9d8

setup/setup_frame.tpl

index 5d893ab5c0de1008e1601ed3742643801bf24d72..5338dcad081cb0898ec2868ab4aa49873df96e3f 100644 (file)
@@ -2,6 +2,7 @@
 <center>
 {$php_errors}
 <form action='setup.php' name='mainform' method='post' enctype='multipart/form-data'>
+<input id='focus' name='focus' type='image' src='images/empty.png' style='width:1px; height:1px;' >
 <div class='setup_dialog'>
        <div class='setup_header'>
                {t}GOsa - GOnicus System Administrator Setup{/t}
                </div>
        </div>
 </div>
-</body>
+</form>
 </center>
+
+<script type='javascript'>
+       document.getElementById('focus').focus();
+</script>
+</body>
 </html>