X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fshops%2Ftest_shop_connection.html;fp=templates%2Fwebpages%2Fshops%2Ftest_shop_connection.html;h=65e23a3d4448d6fe831cbf788002a783a2b84590;hp=0000000000000000000000000000000000000000;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/templates/webpages/shops/test_shop_connection.html b/templates/webpages/shops/test_shop_connection.html new file mode 100644 index 000000000..65e23a3d4 --- /dev/null +++ b/templates/webpages/shops/test_shop_connection.html @@ -0,0 +1,20 @@ +[%- USE HTML %][%- USE LxERP -%][%- USE L -%] +[%- IF ok %] + +

[% LxERP.t8('The connection to the shop was established successfully.') %]

+

[% LxERP.t8('Version')%]: [% HTML.escape(version) %]

+ +[%- ELSE %] + +

+ [% LxERP.t8('The connection to the shop could not be established.') %] + [% LxERP.t8('Error message from the webshop api:') %] +

+ +

[% HTML.escape(version) %]

+ +[%- END %] + +
+ [% LxERP.t8("Close Window") %] +