Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 09cf5a79

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

  • ID 09cf5a7909efe748f218e0a1f7281941640fc470
  • Vorgänger b7287981
  • Nachfolger 8d2d132a

Neues Design 2019 Standard-Code templates/webpages/requirement_spec_order/update.html

Unterschiede anzeigen:

templates/webpages/requirement_spec_order/update.html
17 17

  
18 18
  [% L.hidden_tag("rs_order_id", SELF.rs_order.id, no_id=1) %]
19 19

  
20
  <table style="width: 100%">
20
  <table class="tbl-list">
21 21
   <thead>
22
    <tr class="listheading">
22
    <tr>
23 23
     <th>[% LxERP.t8("Part Number") %]</th>
24 24
     <th>[% LxERP.t8("Description") %]</th>
25 25
     <th align="right">[% LxERP.t8("Qty") %]</th>
......
30 30

  
31 31
   <tbody>
32 32
    [% FOREACH item = orderitems %]
33
    <tr class="listrow">
33
    <tr>
34 34
     [% L.hidden_tag("orderitems[+].id", item.item.id, no_id=1) %]
35 35
     <td>[% HTML.escape(item.item.part.partnumber) %]</td>
36 36
     <td>[% HTML.escape(item.item.description_as_stripped_html) %]</td>

Auch abrufbar als: Unified diff