Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 444983ea

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID 444983ea46e884d174b004dc49d00a78d34b8df0
  • Vorgänger 55035612
  • Nachfolger b9c13b70

Neues kivitendo Design Aenderungen in templates/webpages/shop*

Dateien shop_order/* shop_part/* shops/*

Unterschiede anzeigen:

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

  
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 %]
18 12
<div>
19
 <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>
20 14
</div>
15

  

Auch abrufbar als: Unified diff