Revision 33589ab1
Von Werner Hahn vor fast 2 Jahren hinzugefügt
templates/design40_webpages/part/_shop.html | ||
---|---|---|
31 | 31 |
<tr> |
32 | 32 |
<td>[% HTML.escape( shop_part.shop.description ) %]</td> |
33 | 33 |
<td>[% L.html_tag('span', shop_part.active, id => 'shop_part_active_' _ shop_part.id ) %]</td> |
34 |
<td>[% L.html_tag('span', shop_part.shop_description, id => 'shop_part_description_' _ shop_part.id ) %]</td> |
|
34 |
<td> |
|
35 |
[% IF shop_part.shop.use_part_longdescription %] |
|
36 |
[% L.html_tag('span', shop_part.part.notes, id => 'shop_part_description_' _ shop_part.id ) %] |
|
37 |
[% ELSE %] |
|
38 |
[% L.html_tag('span', shop_part.shop_description, id => 'shop_part_description_' _ shop_part.id ) %] |
|
39 |
[% END %] |
|
40 |
</td> |
|
35 | 41 |
<td>[% L.html_tag('span',LxERP.t8(), id => 'active_price_source_' _ shop_part.id) %]</td> |
36 | 42 |
<td>[% L.html_tag('span','Price', id => 'price_' _ shop_part.id) %]</td> |
37 | 43 |
<td>[% L.html_tag('span','Stock', id => 'stock_' _ shop_part.id) %]</td> |
Auch abrufbar als: Unified diff
Design 4.0: Shopreiter