Merge branch 'clients'
[kivitendo-erp.git] / templates / webpages / admin / delete_dataset.html
index 01197ca..1de867f 100644 (file)
@@ -1,8 +1,6 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body class="admin">
-
- <h2>[% title %]</h2>
+ <h1>[% title %]</h1>
  <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
  <form method="post" action="admin.pl">
 
    <select name="db">[% FOREACH row = DBSOURCES %]<option>[% HTML.escape(row.name) %]</option>[% END %]</select>
   </p>
 
-  <input type="hidden" name="dbdriver"  value="[% HTML.escape(dbdriver) %]">
   <input type="hidden" name="dbuser"    value="[% HTML.escape(dbuser) %]">
   <input type="hidden" name="dbhost"    value="[% HTML.escape(dbhost) %]">
   <input type="hidden" name="dbport"    value="[% HTML.escape(dbport) %]">
   <input type="hidden" name="dbpasswd"  value="[% HTML.escape(dbpasswd) %]">
   <input type="hidden" name="dbdefault" value="[% HTML.escape(dbdefault) %]">
 
-  <input name="callback" type="hidden" value="admin.pl?action=list_users">
+  <input name="callback" type="hidden" value="controller.pl?action=Admin/show">
 
 
   <input type="hidden" name="nextsub" value="dbdelete">
@@ -28,6 +25,3 @@
   <p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
 
  </form>
-
-</body>
-</html>