Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 72896270

Von Bernd Bleßmann vor etwa 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
<td>
<table id="customerprice_table">
<thead>
<tr>
<th class="listheading" style='text-align:center' nowrap width="1"><img src="image/close.png" alt="[%- LxERP.t8('delete item') %]"></th>
<th class="listheading">[% 'position' | $T8 %]</th>
<th class="listheading" style='text-align:center' nowrap width="1"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
......
<th class="listheading">[% 'Customer Part Number' | $T8 %]</th>
<th class="listheading">[% 'Customer Price' | $T8 %]</th>
<th class="listheading">[% 'Updated' | $T8 %]</th>
</tr>
</thead>
<tbody id="customerprice_rows">
[% SET listrow = 0 %]
templates/webpages/part/_makemodel.html
<td>
<table id="makemodel_table">
<thead>
<tr>
<th class="listheading" style='text-align:center' nowrap width="1"><img src="image/close.png" alt="[%- LxERP.t8('delete item') %]"></th>
<th class="listheading">[% 'position' | $T8 %]</th>
<th class="listheading" style='text-align:center' nowrap width="1"><img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]"></th>
......
<th class="listheading">[% 'Model' | $T8 %]</th>
<th class="listheading">[% 'Last Cost' | $T8 %]</th>
<th class="listheading">[% 'Updated' | $T8 %]</th>
</tr>
</thead>
<tbody id="makemodel_rows">
[% SET listrow = 0 %]

Auch abrufbar als: Unified diff