(merge) window.onload nicht direkt setzen
[kivitendo-erp.git] / templates / webpages / admin / delete_dataset.html
index 2062aed..17de8b1 100644 (file)
@@ -1,8 +1,9 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin">
+[%- USE HTML %]
+<body class="admin">
 
  <h2>[% title %]</h2>
-
+ <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
  <form method="post" action="admin.pl">
 
   <p>[% 'You can only delete datasets that are not in use.' | $T8 %]
@@ -28,5 +29,3 @@
 
  </form>
 
-</body>
-</html>