Revision 8413bfd9
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/requirement_spec_item/_function_block_content_bottom.html | ||
---|---|---|
1 |
[%- IF requirement_spec_item.dependencies.size -%] |
|
2 |
<span class="gray"> |
|
3 |
[%- LxERP.t8("Dependencies") -%]: [%- requirement_spec_item.presenter.requirement_spec_item_dependency_list -%] |
|
4 |
</span><br> |
|
5 |
[%- END -%] |
|
6 |
<span class="gray"> |
|
7 |
[%- LxERP.t8("Complexity") -%]: [%- requirement_spec_item.complexity.description -%] |
|
8 |
| |
|
9 |
[%- LxERP.t8("Risk") -%]: [%- requirement_spec_item.risk.description -%] |
|
10 |
| |
|
11 |
[%- LxERP.t8("Time estimate") -%]: [% P.format_man_days(requirement_spec_item.time_estimation, skip_zero=1) %] |
|
12 |
</span> |
|
13 | 1 |
[% USE LxERP %] |
14 | 2 |
[% USE P %] |
15 | 3 |
<!-- PENDENT: ggf. DIV-Tabelle anwenden --> |
16 | 4 |
<div id="[% id_prefix %]function-block-content-bottom-[% requirement_spec_item.id %]" class="function-block-properties list"> |
17 | 5 |
|
6 |
[% IF requirement_spec_item.dependencies.size %] |
|
7 |
<div> |
|
8 |
<span class="label">[% LxERP.t8("Dependencies") %]:</span> |
|
9 |
<span class="value">[% requirement_spec_item.presenter.requirement_spec_item_dependency_list %]</span> |
|
18 | 10 |
</div> |
11 |
[% END %] |
|
12 |
|
|
13 |
<div> |
|
14 |
<span class="label">[% LxERP.t8("Complexity") %]:</span> |
|
15 |
<span class="value">[% requirement_spec_item.complexity.description %]</span> |
|
16 |
</div> |
|
17 |
|
|
18 |
<div> |
|
19 |
<span class="label">[% LxERP.t8("Risk") %]:</span> |
|
20 |
<span class="value">[% requirement_spec_item.risk.description %]</span> |
|
21 |
</div> |
|
22 |
|
|
23 |
<div> |
|
24 |
<span class="label">[% LxERP.t8("Time estimate") %]:</span> |
|
25 |
<span class="value">[% P.format_man_days(requirement_spec_item.time_estimation, skip_zero=1) %]</span> |
|
26 |
</div> |
|
27 |
|
|
28 |
</div><!-- /.function-block-properties --> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/requirement_spec_item/_function_block_content_bottom.html