MHD-Behandlung in Fehlermeldung bei unzureichender Lagermenge.
[kivitendo-erp.git] / templates / webpages / admin / test_db_connection_en.html
1 [% USE HTML %]<body>
2
3  <div class="listtop">[% title %]</div>
4
5  [%- IF connection_ok %]
6
7  <p>The connection was established successfully.</p>
8
9  [%- ELSE %]
10
11  <p>
12   The connection to the database could not be established.
13   Error message from the database driver:
14  </p>
15
16  <p>[% HTML.escape(errstr) %]</p>
17
18  [%- END %]
19
20  <p>
21   <form>
22    <input type="button" class="submit" onclick="window.close()" value="Close Window">
23   </form>
24  </p>
25
26 </body>
27 </html>