Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c25824ca

Von Tamino Steinert vor 7 Monaten hinzugefügt

  • ID c25824ca1bbf1662c39f827ba97d68f75fe75ec9
  • Vorgänger b16967fa
  • Nachfolger eb82b54d

Varianten: Varianten Eigenschaften im Namen anzeigen

Unterschiede anzeigen:

templates/design40_webpages/part/_variant.html
14 14
      [% LxERP.t8("Variant Property Values") %]
15 15
    </caption>
16 16
    <thead>
17
      <th>[% "Transled Value" | $T8 %]</th>
18
      <th>[% "Value" | $T8 %]</th>
17
      <th>[% "Name" | $T8 %]([% "Abbreviation" | $T8 %])</th>
19 18
      <th>[% "Abbreviation" | $T8 %]</th>
19
      <th>[% "Value" | $T8 %]</th>
20 20
    </thead>
21 21
    <tbody class="row_entry listrow">
22
    [% FOREACH variant_property_value = SELF.part.variant_property_values %]
22
    [% FOREACH value = SELF.part.variant_property_values %]
23 23
      <tr>
24
      [% # L.dump(variant_property_value) %]
25
        <td>[% variant_property_value.value_translated | html %]</td>
26
        <td>[% variant_property_value.value | html %]</td>
27
        <td>[% variant_property_value.abbreviation | html %]</td>
24
        <td>[% value.variant_property.name | html %]([% value.variant_property.abbreviation | html %])</td>
25
        <td>[% value.abbreviation | html %]</td>
26
        <td>[% value.value | html %]</td>
28 27
      </tr>
29 28
    [% END %]
30 29
    </tbody>

Auch abrufbar als: Unified diff