Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 834baa6e

Von Tamino Steinert vor 7 Monaten hinzugefügt

  • ID 834baa6e4fd4d4c1ceee5c7bd366628669bc8072
  • Vorgänger 727a085b
  • Nachfolger 94a50ac1

PartPicker: MultiItem: überspringe Artikelnummer bei 'Tab'

Unterschiede anzeigen:

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