Filtert Steuern bei Dialogbuchungen
[kivitendo-erp.git] / templates / webpages / admin / delete_dataset.html
index 2062aed..e66dadf 100644 (file)
@@ -1,8 +1,7 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin">
-
- <h2>[% title %]</h2>
-
+[%- USE HTML %]
+ <h1>[% title %]</h1>
+ <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 %]
@@ -27,6 +26,3 @@
   <p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
 
  </form>
-
-</body>
-</html>