afb4b88b2f8aa87b4f201d522cc9a0dc4b36f411
[kivitendo-erp.git] / templates / webpages / admin / delete_dataset_master.html
1 [% USE HTML %]<body class="admin">
2
3  <h2>[% title %]</h2>
4
5  <form method="post" action="admin.pl">
6
7   <p><translate>You can only delete datasets that are not in
8     use.</translate>
9    <translate>If you want to delete such a dataset you have to edit
10     the user(s) that are using the dataset in question and have them
11     use another dataset.</translate></p>
12
13   <p><translate>Please seletct the dataset you want to delete:</translate>
14    <select name="db">[% FOREACH row = DBSOURCES %]<option>[% HTML.escape(row.name) %]</option>[% END %]</select>
15   </p>
16
17   <input type="hidden" name="dbdriver"  value="[% HTML.escape(dbdriver) %]">
18   <input type="hidden" name="dbuser"    value="[% HTML.escape(dbuser) %]">
19   <input type="hidden" name="dbhost"    value="[% HTML.escape(dbhost) %]">
20   <input type="hidden" name="dbport"    value="[% HTML.escape(dbport) %]">
21   <input type="hidden" name="dbpasswd"  value="[% HTML.escape(dbpasswd) %]">
22   <input type="hidden" name="dbdefault" value="[% HTML.escape(dbdefault) %]">
23
24   <input name="callback" type="hidden" value="admin.pl?action=list_users&rpw=[% HTML.url(rpw) %]">
25
26   <input type="hidden" name="rpw" value="[% HTML.escape(rpw) %]">
27
28   <input type="hidden" name="nextsub" value="dbdelete">
29
30   <p><input type="submit" class="submit" name="action" value="<translate>Continue</translate>"></p>
31
32  </form>
33
34 </body>
35 </html>