]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/delete_dataset.html
CSV-Import Kunden/Lieferanten: Ungültige Zeichen (\r\n) durch Leerzeichen ersetzen
[mfinanz.git] / templates / webpages / admin / delete_dataset.html
index fef1cbd13119867bc673b15201768ef318ac1f66..e66dadf26c2705ed7ecb3c46cd4c60a3a254995d 100644 (file)
@@ -1,8 +1,7 @@
 [%- USE T8 %]
-[% USE HTML %]<body class="admin">
-
- <h2>[% title %]</h2>
-  <p><input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]"></p>
+[%- 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>