Alle Vorkommen von dbdriver, sid, Oracle entfernt
[kivitendo-erp.git] / templates / webpages / admin / delete_dataset.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3  <h1>[% title %]</h1>
4  <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
5  <form method="post" action="admin.pl">
6
7   <p>[% 'You can only delete datasets that are not in use.' | $T8 %]
8    [% 'If you want to delete such a dataset you have to edit the user(s) that are using the dataset in question and have them use another dataset.' | $T8 %]</p>
9
10   <p>[% 'Please seletct the dataset you want to delete:' | $T8 %]
11    <select name="db">[% FOREACH row = DBSOURCES %]<option>[% HTML.escape(row.name) %]</option>[% END %]</select>
12   </p>
13
14   <input type="hidden" name="dbuser"    value="[% HTML.escape(dbuser) %]">
15   <input type="hidden" name="dbhost"    value="[% HTML.escape(dbhost) %]">
16   <input type="hidden" name="dbport"    value="[% HTML.escape(dbport) %]">
17   <input type="hidden" name="dbpasswd"  value="[% HTML.escape(dbpasswd) %]">
18   <input type="hidden" name="dbdefault" value="[% HTML.escape(dbdefault) %]">
19
20   <input name="callback" type="hidden" value="controller.pl?action=Admin/show">
21
22
23   <input type="hidden" name="nextsub" value="dbdelete">
24
25   <p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
26
27  </form>