Code

Updated object movement.
[gosa.git] / 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>