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