]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/restore_dataset.html
Layout package names refactored
[mfinanz.git] / templates / webpages / admin / restore_dataset.html
index c93bcc5069ae2f136ba2a08b386522f39a521062..7758fec06584ff044ceac65e6efbaeaa63ea9d55 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>