Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 33589ab1

Von Werner Hahn vor etwa 2 Jahren hinzugefügt

  • ID 33589ab1f079893c154356fb01dff4f7143cee27
  • Vorgänger 598d54a7
  • Nachfolger b26582ac

Design 4.0: Shopreiter

Unterschiede anzeigen:

templates/design40_webpages/part/_shop.html
<tr>
<td>[% HTML.escape( shop_part.shop.description ) %]</td>
<td>[% L.html_tag('span', shop_part.active, id => 'shop_part_active_' _ shop_part.id ) %]</td>
<td>[% L.html_tag('span', shop_part.shop_description, id => 'shop_part_description_' _ shop_part.id ) %]</td>
<td>
[% IF shop_part.shop.use_part_longdescription %]
[% L.html_tag('span', shop_part.part.notes, id => 'shop_part_description_' _ shop_part.id ) %]
[% ELSE %]
[% L.html_tag('span', shop_part.shop_description, id => 'shop_part_description_' _ shop_part.id ) %]
[% END %]
</td>
<td>[% L.html_tag('span',LxERP.t8(), id => 'active_price_source_' _ shop_part.id) %]</td>
<td>[% L.html_tag('span','Price', id => 'price_' _ shop_part.id) %]</td>
<td>[% L.html_tag('span','Stock', id => 'stock_' _ shop_part.id) %]</td>

Auch abrufbar als: Unified diff