Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d490cc03

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID d490cc03ad8d3bfbd6ced60ef267311f3f118e18
  • Vorgänger b54917d8
  • Nachfolger 28ebd1a6

Neues Design 2019 Standard-Code templates/webpages/part/_multi_items_result.html

Unterschiede anzeigen:

templates/webpages/part/_multi_items_result.html
4 4
[% USE LxERP %]
5 5
[% USE P %]
6 6

  
7
<table id="multi_items">
7
<table id="multi_items" class="tbl-list">
8
  <thead>
8 9
    <tr>
9
      <td>[% 'for all' | $T8 %]
10
      <td>[% L.input_tag("multi_items.all_qty", '', size = 5, class='numeric') %]</td>
11
    </tr>
12
    <tr>
13
      <td colspan="5"><hr></td>
10
      <th>[% 'for all' | $T8 %]</th>
11
      <th>[% L.input_tag("multi_items.all_qty", '', size=5, class='numeric wi-verysmall') %]</th>
12
      <th colspan="4"></th>
14 13
    </tr>
15 14
    <tr>
16 15
      <th></th>
......
20 19
      <th>[% 'Sellprice' | $T8 %]</th>
21 20
      <th>[% 'Partsgroup' | $T8 %]</th>
22 21
    </tr>
23
  [%- FOREACH item = multi_items %]
22
  </thead>
23
  <tbody>
24
  [% FOREACH item = multi_items %]
24 25
    <tr>
25 26
      <td></td>
26 27
      <td>
27 28
        [% L.hidden_tag("add_items[+].parts_id", item.id) %]
28
        [% L.input_tag("add_items[].qty_as_number", '', size = 5,
29
                       class = 'multi_items_qty numeric') %]
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 32
      <td>[% item.presenter.part %] [% HTML.escape(item.description) %]</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>
36
  [%- END %]
36
  [% END %]
37
  </tbody>
37 38
</table>

Auch abrufbar als: Unified diff