d827356f3d043ad5f1d5967181082ab8fca6d7d4
[kivitendo-erp.git] / templates / webpages / admin / dbdelete_de.html
1 [% USE HTML %]<body class="admin">
2
3   <h2>[% title %]</h2>
4
5   <form method="post" action="admin.pl">
6
7    <p>Die Datenbank [% HTML.escape(db) %] wurde erfolgreich gel&ouml;scht.</p>
8
9    <input type="hidden" name="rpw" value="[% HTML.escape(rpw) %]">
10    <input type="hidden" name="nextsub" value="list_users">
11
12    <p><input type="submit" class="submit" name="action" value="Weiter"></p>
13   </form>
14
15 </body>
16 </html>