Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 658cdebe

Von Tamino Steinert vor 6 Tagen hinzugefügt

  • ID 658cdebece0a428590f95120c3579846e4b6823f
  • Vorgänger e3374c9b
  • Nachfolger 6afc8745

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