paginating für test_import
[kivitendo-erp.git] / templates / webpages / admin / restore_dataset.html
index ab7a94b..6e29706 100644 (file)
@@ -1,7 +1,10 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin" onload="document.getElementsByName('dbname')[0].focus(); ">
+[%- USE HTML %]
+  <script type='text/javascript'>
+    $(function(){ document.getElementsByName('dbname')[0].focus();});
+  </script>
 
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
 
  <form name="Form" method="post" action="admin.pl" enctype="multipart/form-data">
 
@@ -20,7 +23,7 @@
   <p>
    [%- 'The backup you upload here has to be a file created with &quot;pg_dump -o -Ft&quot;.' | $T8 %]
    [%- 'It may optionally be compressed with &quot;gzip&quot;.' | $T8 %]
-   [%- 'Files created by Lx-Office\'s &quot;Backup Dataset&quot; function are such files.' | $T8 %]
+   [%- 'Files created by kivitendo\'s &quot;Backup Dataset&quot; function are such files.' | $T8 %]
   </p>
 
   <table>
@@ -53,6 +56,3 @@
   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
 
  </form>
-
-</body>
-</html>