Revision 86e31250
Von Hans P. Schlaepfer vor fast 4 Jahren hinzugefügt
templates/webpages/requirement_spec_part/show.html | ||
---|---|---|
9 | 9 |
[% LxERP.t8("No articles have been added yet.") %] |
10 | 10 |
</div> |
11 | 11 |
|
12 |
<table id="additional_parts_list"[% IF !parts.size %] style="display: none;"[% END %]>
|
|
12 |
<table id="additional_parts_list"[% IF !parts.size %] style="display:none;"[% END %] class="tbl-list">
|
|
13 | 13 |
<thead> |
14 |
<tr class="listheading">
|
|
14 |
<tr> |
|
15 | 15 |
<th>[%- LxERP.t8("Part Number") %]</th> |
16 | 16 |
<th>[%- LxERP.t8("Description") %]</th> |
17 | 17 |
<th>[%- LxERP.t8("Qty") %]</th> |
... | ... | |
20 | 20 |
|
21 | 21 |
<tbody> |
22 | 22 |
[% FOREACH part = parts %] |
23 |
<tr class="listrow">
|
|
23 |
<tr> |
|
24 | 24 |
<td>[% HTML.escape(part.part.partnumber) %]</td> |
25 | 25 |
<td>[% HTML.escape(part.description) %]</td> |
26 |
<td valign="right">[% HTML.escape(part.qty_as_number) %] [% HTML.escape(part.unit.name) %]</td>
|
|
26 |
<td class="numeric">[% HTML.escape(part.qty_as_number) %] [% HTML.escape(part.unit.name) %]</td>
|
|
27 | 27 |
</tr> |
28 | 28 |
[% END %] |
29 | 29 |
</tbody> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/requirement_spec_part/show.html