]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/restore_dataset.html
Aufrufe von focus() entfernt.
[mfinanz.git] / templates / webpages / admin / restore_dataset.html
index ab7a94bca5e9152b2c697b73cf57cd48cf336333..0ca7c3de27e9701066dfae784dbc48153a7adf3c 100644 (file)
@@ -1,5 +1,6 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin" onload="document.getElementsByName('dbname')[0].focus(); ">
+[%- USE HTML %]
+<body class="admin" onload="document.getElementsByName('dbname')[0].focus(); ">
 
  <h2>[% title %]</h2>
 
@@ -20,7 +21,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>
@@ -54,5 +55,3 @@
 
  </form>
 
-</body>
-</html>