Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5afda9c3

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 5afda9c35451a26ab4321980aa01b9f6bfb9e4a9
  • Vorgänger d82fba27
  • Nachfolger 814b12cc

Neues Design 2019 Standard-Code templates/webpages/shops/test_shop_connection.html

Unterschiede anzeigen:

templates/webpages/shops/test_shop_connection.html
1
[%- IF ok %]
2

  
3
 <p class="message_ok">[% LxERP.t8('The connection to the shop was established successfully.') %]</p>
4
 <p>[% LxERP.t8('Version: ')%][% HTML.escape(version) %]</p>
5

  
6
[%- ELSE %]
7

  
8
 <p class="message_error">
9
  [% LxERP.t8('The connection to the shop could not be established.') %]
10
  [% LxERP.t8('Error message from the webshop api:') %]
11
 </p>
12

  
13
 <p>[% HTML.escape(version) %]</p>
14

  
15
[%- END %]
16

  
17 1
[% USE HTML %]
18 2
[% USE LxERP %]
19 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 %]
20 12
<div>
21
 <a href="#" onclick="$('#test_shop_connection_window').dialog('close');">[% LxERP.t8("Close Window") %]</a>
13
  <a href="#" onclick="$('#test_shop_connection_window').dialog('close');" class="button neutral">[% LxERP.t8("Close Window") %]</a>
22 14
</div>
15

  

Auch abrufbar als: Unified diff