Revision 1d4ac567
Von Werner Hahn vor fast 2 Jahren hinzugefügt
templates/design40_webpages/shops/test_shop_connection.html | ||
---|---|---|
4 | 4 |
|
5 | 5 |
[% IF ok %] |
6 | 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>
|
|
7 |
<p>[% LxERP.t8('Version')%][% HTML.escape(version) %]</p> |
|
8 | 8 |
[% ELSE %] |
9 | 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 | 10 |
<p>[% HTML.escape(version) %]</p> |
Auch abrufbar als: Unified diff
Deesign 4.0 Shop Verbindungstestseite angepasst