summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 58415eb)
raw | patch | inline | side by side (parent: 58415eb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Feb 2007 10:17:45 +0000 (10:17 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/setup/setup_frame.tpl b/setup/setup_frame.tpl
index 5d893ab5c0de1008e1601ed3742643801bf24d72..5338dcad081cb0898ec2868ab4aa49873df96e3f 100644 (file)
--- a/setup/setup_frame.tpl
+++ b/setup/setup_frame.tpl
<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>