Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fe1af881

Von Werner Hahn vor 2 Monaten hinzugefügt

  • ID fe1af8816f286395369d96d3f4fb17f725aee55f
  • Vorgänger cd076a15
  • Nachfolger 89821947

VariantProperty: EIgenschaft anlegen

Unterschiede anzeigen:

templates/design40_webpages/variant_property/variant_property_list.html
17 17
    </tr>
18 18
  </thead>
19 19
  <tbody>
20
    [% FOREACH row = SELF.VARIANTPROPERTIES %]
20
    [% FOREACH row = VARIANTPROPERTIES %]
21 21
      <tr>
22 22
        <td>[% row.name         | html %]</td>
23 23
        <td>[% row.unique_name  | html %]</td>
24
        <td>[% row.abbraviation | html %]</td>
24
        <td>[% row.abbreviation | html %]</td>
25 25
      </tr>
26 26
    [% END %]
27 27
  </tbody>

Auch abrufbar als: Unified diff