Druckerverwaltung auf Admin-Controller umgestellt
[kivitendo-erp.git] / templates / webpages / admin / dbdelete.html
index c3537da..4821cbb 100644 (file)
@@ -1,17 +1,8 @@
 [%- USE T8 %]
 [%- USE LxERP %]
-[% USE HTML %]<body class="admin">
+[%- USE HTML %][%- USE L -%]
+  <h1>[% title %]</h1>
 
-  <h2>[% title %]</h2>
+  <p>[% LxERP.t8('The database #1 has been successfully deleted.', db) | html %]</p>
 
-  <form method="post" action="admin.pl">
-
-   <p>[% LxERP.t8('The database #1 has been successfully deleted.', db) | html %]</p>
-
-   <input type="hidden" name="nextsub" value="list_users">
-
-   <p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
-  </form>
-
-</body>
-</html>
+  <p>[% L.link("controller.pl?action=Admin/show", LxERP.t8("Continue")) %]</p>