Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 72896270

Von Bernd Bleßmann vor fast 5 Jahren hinzugefügt

  • ID 72896270f03cdd4d2bc19eb0b87d876f0d34b771
  • Vorgänger d22f2fe4
  • Nachfolger c45d7eed

Part-Controller: HTML-Template: vergessene table rows

Unterschiede anzeigen:

templates/webpages/part/_customerprices.html
8 8
    <td>
9 9
      <table id="customerprice_table">
10 10
        <thead>
11
         <tr>
11 12
          <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/close.png" alt="[%- LxERP.t8('delete item') %]"></th>
12 13
          <th class="listheading">[% 'position'     | $T8 %]</th>
13 14
          <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
......
16 17
          <th class="listheading">[% 'Customer Part Number' | $T8 %]</th>
17 18
          <th class="listheading">[% 'Customer Price'       | $T8 %]</th>
18 19
          <th class="listheading">[% 'Updated'              | $T8 %]</th>
20
         </tr>
19 21
        </thead>
20 22
        <tbody id="customerprice_rows">
21 23
        [% SET listrow = 0 %]
templates/webpages/part/_makemodel.html
9 9
    <td>
10 10
      <table id="makemodel_table">
11 11
        <thead>
12
         <tr>
12 13
          <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/close.png" alt="[%- LxERP.t8('delete item') %]"></th>
13 14
          <th class="listheading">[% 'position'     | $T8 %]</th>
14 15
          <th class="listheading" style='text-align:center' nowrap width="1"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
......
17 18
          <th class="listheading">[% 'Model'         | $T8 %]</th>
18 19
          <th class="listheading">[% 'Last Cost'     | $T8 %]</th>
19 20
          <th class="listheading">[% 'Updated'       | $T8 %]</th>
21
         </tr>
20 22
        </thead>
21 23
        <tbody id="makemodel_rows">
22 24
        [% SET listrow = 0 %]

Auch abrufbar als: Unified diff