Revision a4534d4f
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/requirement_spec/_project_link_details.html | ||
---|---|---|
1 |
<table> |
|
2 |
<tr class="listrow"> |
|
3 |
<td>[% LxERP.t8("Project Number") %]:</td> |
|
4 |
<td>[% HTML.escape(requirement_spec.project.projectnumber) %]</td> |
|
5 |
</tr> |
|
6 | 1 |
[% USE HTML %] |
7 | 2 |
[% USE LxERP %] |
8 | 3 |
|
9 |
<tr class="listrow"> |
|
10 |
<td>[% LxERP.t8("Description") %]:</td> |
|
11 |
<td>[% HTML.escape(requirement_spec.project.description) %]</td> |
|
12 |
</tr> |
|
13 |
|
|
14 |
<tr class="listrow"> |
|
15 |
<td>[% LxERP.t8("Customer") %]:</td> |
|
16 |
<td>[% HTML.escape(requirement_spec.project.customer.name) %]</td> |
|
17 |
</tr> |
|
18 |
|
|
19 |
<tr class="listrow"> |
|
20 |
<td>[% LxERP.t8("Type") %]:</td> |
|
21 |
<td>[% HTML.escape(requirement_spec.project.project_type.description) %]</td> |
|
22 |
</tr> |
|
23 |
|
|
24 |
<tr class="listrow"> |
|
25 |
<td>[% LxERP.t8("Status") %]:</td> |
|
26 |
<td>[% HTML.escape(requirement_spec.project.project_status.description) %]</td> |
|
27 |
</tr> |
|
4 |
<table class="tbl-horizontal"> |
|
5 |
<tbody> |
|
6 |
<tr> |
|
7 |
<th>[% LxERP.t8("Project Number") %]:</th> |
|
8 |
<td>[% HTML.escape(requirement_spec.project.projectnumber) %]</td> |
|
9 |
</tr> |
|
10 |
<tr> |
|
11 |
<th>[% LxERP.t8("Description") %]:</th> |
|
12 |
<td>[% HTML.escape(requirement_spec.project.description) %]</td> |
|
13 |
</tr> |
|
14 |
<tr> |
|
15 |
<th>[% LxERP.t8("Customer") %]:</th> |
|
16 |
<td>[% HTML.escape(requirement_spec.project.customer.name) %]</td> |
|
17 |
</tr> |
|
18 |
<tr> |
|
19 |
<th>[% LxERP.t8("Type") %]:</th> |
|
20 |
<td>[% HTML.escape(requirement_spec.project.project_type.description) %]</td> |
|
21 |
</tr> |
|
22 |
<tr> |
|
23 |
<th>[% LxERP.t8("Status") %]:</th> |
|
24 |
<td>[% HTML.escape(requirement_spec.project.project_status.description) %]</td> |
|
25 |
</tr> |
|
26 |
</tbody> |
|
28 | 27 |
</table> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/requirement_spec/_project_link_details.html