c3537da4e88d1881a2130a627d72cad23de9bd1c
[kivitendo-erp.git] / templates / webpages / admin / dbdelete.html
1 [%- USE T8 %]
2 [%- USE LxERP %]
3 [% USE HTML %]<body class="admin">
4
5   <h2>[% title %]</h2>
6
7   <form method="post" action="admin.pl">
8
9    <p>[% LxERP.t8('The database #1 has been successfully deleted.', db) | html %]</p>
10
11    <input type="hidden" name="nextsub" value="list_users">
12
13    <p><input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]"></p>
14   </form>
15
16 </body>
17 </html>