1 [%- USE HTML %][%- USE LxERP -%][%- USE L -%]
 
   4  <p class="message_ok">[% LxERP.t8('The connection was established successfully.') %]</p>
 
   8  <p class="message_error">
 
   9   [% LxERP.t8('The connection to the database could not be established.') %]
 
  10   [% LxERP.t8('Error message from the database driver:') %]
 
  13  <p>[% HTML.escape(error) %]</p>
 
  18  <a href="#" onclick="$('#test_db_connection_window').dialog('close');">[% LxERP.t8("Close Window") %]</a>