Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c01c9fb4

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

  • ID c01c9fb441e11e02bbfe33286a280e09dc773918
  • Vorgänger adeea922
  • Nachfolger d8f07f96

Neues Design 2019 Standard-Code templates/webpages/order/tabs/_business_info_row.html

Unterschiede anzeigen:

templates/webpages/order/tabs/_business_info_row.html
[% USE T8 %]
[% USE HTML %]
<tr id='business_info_row' [%- IF !SELF.order.customervendor.business_id %]style='display:none'[%- END %]>
<th align="right">[%- IF SELF.cv == 'customer' -%]
[%- 'Customer type' | $T8 -%]
[%- ELSE -%]
[%- 'Vendor type' | $T8 -%]
[%- END -%]</th>
<td>[% HTML.escape(SELF.order.customervendor.business.description) %]; [% 'Trade Discount' | $T8 %] [% SELF.order.customervendor.business.discount_as_percent %] %</td>
<tr id='business_info_row' [% IF !SELF.order.customervendor.business_id %]style='display:none'[% END %]>
<th>
[% IF SELF.cv == 'customer' %]
[% 'Customer type' | $T8 %]
[% ELSE %]
[% 'Vendor type' | $T8 %]
[% END %]
</th>
<td><span class="plain-data wi-lightwide">[% HTML.escape(SELF.order.customervendor.business.description) %] ([% 'Trade Discount' | $T8 %] [% SELF.order.customervendor.business.discount_as_percent %]%)</span></td>
</tr>

Auch abrufbar als: Unified diff