f7033a63df87cbe1a4ea7227174321356a35a100
[kivitendo-erp.git] / templates / webpages / shops / test_shop_connection.html
1 [%- USE HTML %][%- USE LxERP -%][%- USE L -%]
2 [%- IF ok %]
3
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>
6
7 [%- ELSE %]
8
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:') %]
12  </p>
13
14  <p>[% HTML.escape(version) %]</p>
15
16 [%- END %]
17
18 <div>
19  <a href="#" onclick="$('#test_shop_connection_window').dialog('close');">[% LxERP.t8("Close Window") %]</a>
20 </div>