Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3f6cbbd5

Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt

  • ID 3f6cbbd56ac0faa0caf64f58586419de249cc700
  • Vorgänger 79d1a2cd
  • Nachfolger 1766048a

kundentyp-spezifische Artikelnummern: Position/Reihenfolge

Unterschiede anzeigen:

templates/webpages/part/_businessmodels.html
11 11
        <thead>
12 12
         <tr>
13 13
          <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/close.png" alt="[%- LxERP.t8('delete item') %]"></th>
14
          <th class="listheading">[% 'position'            | $T8 %]</th>
15
          <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
16
          <th class="listheading"></th>
14 17
          <th class="listheading">[% 'Business'            | $T8 %]</th>
15 18
          <th class="listheading">[% 'Business Type Model' | $T8 %]</th>
16 19
          <th class="listheading">[% 'Part Description'    | $T8 %]</th>
......
18 21
         </tr>
19 22
        </thead>
20 23
        <tbody id="businessmodel_rows">
21
        [%- FOREACH businessmodel = SELF.part.businessmodels %]
24
        [%- FOREACH businessmodel = SELF.part.businessmodels_sorted %]
22 25
          [% PROCESS 'part/_businessmodel_row.html' businessmodel=businessmodel %]
23 26
        [%- END %]
24 27
       </tbody>
25 28
       <tbody>
26 29
        <tr>
30
         <td></td>
31
         <td></td>
27 32
         <td></td>
28 33
         <td align="right">[% 'Business' | $T8 %]</td>
29 34
         <td>[% P.select_tag('add_businessmodel', SELF.all_businesses, title_key="description", with_empty=1, style='width: 300px', onchange='kivi.Part.add_businessmodel_row()') %]</td>
......
34 39
      </table>
35 40
    </td>
36 41
  </tr>
42
  [% L.sortable_element('#businessmodel_rows') %]

Auch abrufbar als: Unified diff