]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/admin/test_db_connection.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / admin / test_db_connection.html
1 [% USE HTML %]
2 [% USE LxERP %]
3 [% USE L %]
4
5 [% IF ok %]
6 <p class="message message_ok">[% LxERP.t8('The connection was established successfully.') %]</p>
7
8 [% ELSE %]
9
10 <div class="message message_error">
11
12 <p>
13   [% LxERP.t8('The connection to the database could not be established.') %]
14   [% LxERP.t8('Error message from the database driver:') %]
15 </p>
16 <p>[% HTML.escape(error) %]</p>
17 </div>
18
19 [% END %]
20
21 <div>
22   <a href="#" onclick="$('#test_db_connection_window').dialog('close');" class="button neutral">[% LxERP.t8("Close Window") %]</a>
23 </div>