Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[kivitendo-erp.git] / templates / webpages / admin / restore_dataset.html
index c93bcc5..7758fec 100644 (file)
@@ -1,6 +1,8 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body class="admin" onload="document.getElementsByName('dbname')[0].focus(); ">
+  <script type='text/javascript'>
+    $(function(){ document.getElementsByName('dbname')[0].focus();});
+  </script>
 
  <h2>[% title %]</h2>
 
@@ -55,5 +57,3 @@
 
  </form>
 
-</body>
-</html>