1 [%- USE HTML %][%- USE LxERP -%][%- USE L -%]
 
   2 <div class="listtop">[% HTML.escape(title) %]</div>
 
   6  <p class="message_ok">[% LxERP.t8('The connection was established successfully.') %]</p>
 
  10  <p class="message_error">
 
  11   [% LxERP.t8('The connection to the database could not be established.') %]
 
  12   [% LxERP.t8('Error message from the database driver:') %]
 
  15  <p>[% HTML.escape(error) %]</p>
 
  20  <a href="#" onclick="$('#test_db_connection_window').jqmClose();">[% LxERP.t8("Close Window") %]</a>