]> 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 587c3c3f56705a84f83fa90dd9d296eb53558c77..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,4 +57,3 @@
 
  </form>
 
-</body>