Revision 834baa6e
Von Tamino Steinert vor 7 Monaten hinzugefügt
templates/design40_webpages/part/_multi_items_result.html | ||
---|---|---|
29 | 29 |
[% L.input_tag("add_items[].qty_as_number", '', size=5, class = 'multi_items_qty numeric wi-verysmall') %] |
30 | 30 |
</td> |
31 | 31 |
<td>[% HTML.escape(item.unit) %]</td> |
32 |
<td>[% item.presenter.part %] [% HTML.escape(item.description) %] [% HTML.escape(item.variant_values) %]</td> |
|
32 |
<td>[% item.presenter.part(tabindex="-1") %] [% HTML.escape(item.description) %] [% HTML.escape(item.variant_values) %]</td>
|
|
33 | 33 |
<td class="numeric">[% HTML.escape(item.sellprice_as_number) %]</td> |
34 | 34 |
<td class="numeric">[% HTML.escape(item.partsgroup.partsgroup) %]</td> |
35 | 35 |
</tr> |
templates/webpages/part/_multi_items_result.html | ||
---|---|---|
25 | 25 |
class = 'multi_items_qty numeric') %] |
26 | 26 |
</td> |
27 | 27 |
<td>[% HTML.escape(item.unit) %]</td> |
28 |
<td>[% item.presenter.part %] [% HTML.escape(item.description) %] [% HTML.escape(item.variant_values) %]</td> |
|
28 |
<td>[% item.presenter.part(tabindex="-1") %] [% HTML.escape(item.description) %] [% HTML.escape(item.variant_values) %]</td>
|
|
29 | 29 |
<td class="numeric">[% HTML.escape(item.sellprice_as_number) %]</td> |
30 | 30 |
<td class="numeric">[% HTML.escape(item.partsgroup.partsgroup) %]</td> |
31 | 31 |
</tr> |
Auch abrufbar als: Unified diff
PartPicker: MultiItem: überspringe Artikelnummer bei 'Tab'