Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c4e0f7df

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID c4e0f7dfb6c5297e0207144a2ad219d97ccd7841
  • Vorgänger e9c895f9
  • Nachfolger ef6fb04b

Neues kivitendo Design Aenderungen in templates/webpages/part/..

Unterschiede anzeigen:

templates/webpages/part/_multi_items_result.html
1
[%- USE T8 %][%- USE HTML %][%- USE L %][%- USE LxERP %][% USE P %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE L %]
4
[% USE LxERP %]
5
[% USE P %]
2 6

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

Auch abrufbar als: Unified diff