1 [%- USE HTML %][%- USE LxERP -%][%- USE L -%]
 
   4  <p class="message_ok">[% LxERP.t8('The connection to the shop was established successfully.') %]</p>
 
   5  <p>[% LxERP.t8('Version: ')%][% HTML.escape(version) %]</p>
 
   9  <p class="message_error">
 
  10   [% LxERP.t8('The connection to the shop could not be established.') %]
 
  11   [% LxERP.t8('Error message from the webshop api:') %]
 
  14  <p>[% HTML.escape(version) %]</p>
 
  19  <a href="#" onclick="$('#test_shop_connection_window').dialog('close');">[% LxERP.t8("Close Window") %]</a>