Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d553207c

Von Hans P. Schlaepfer vor fast 4 Jahren hinzugefügt

  • ID d553207cd3dcfa4008e48127e14f9c9ad648923f
  • Vorgänger 86dd0a8e
  • Nachfolger bc91afa3

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">
8
    <tr class="listheading">
9
      <td>[% 'for all' | $T8 %]
10
      <td>[% L.input_tag("multi_items.all_qty", '', size = 5, class='numeric') %]</td>
11
    </tr>
7
<table id="multi_items" class="tbl-list">
8
  <thead>
12 9
    <tr>
13
      <td colspan="6"><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 %]
24
    <tr class="listrow">
22
  </thead>
23
  <tbody>
24
  [% FOREACH item = multi_items %]
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