]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/shops/test_shop_connection.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / shops / test_shop_connection.html
1 [% USE HTML %]
2 [% USE LxERP %]
3 [% USE L %]
4
5 [% IF ok %]
6   <p class="message message_ok">[% LxERP.t8('The connection to the shop was established successfully.') %]</p>
7   <p>[% LxERP.t8('Version')%][% HTML.escape(version) %]</p>
8 [% ELSE %]
9   <p class="message message_error"> [% LxERP.t8('The connection to the shop could not be established.') %] [% LxERP.t8('Error message from the webshop api:') %] </p>
10   <p>[% HTML.escape(version) %]</p>
11 [% END %]
12 <div>
13   <a href="#" onclick="$('#test_shop_connection_window').dialog('close');" class="button neutral">[% LxERP.t8("Close Window") %]</a>
14 </div>
15