6 <p class="message message_ok">[% LxERP.t8('The connection was established successfully.') %]</p>
10 <div class="message message_error">
13 [% LxERP.t8('The connection to the database could not be established.') %]
14 [% LxERP.t8('Error message from the database driver:') %]
16 <p>[% HTML.escape(error) %]</p>
22 <a href="#" onclick="$('#test_db_connection_window').dialog('close');" class="button neutral">[% LxERP.t8("Close Window") %]</a>