Revision ae734ec6
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
templates/design40_webpages/simple_system_setting/_time_recording_article_form.html | ||
---|---|---|
1 |
[% USE LxERP %] |
|
2 |
[% USE L %] |
|
3 |
[% USE P %] |
|
4 |
|
|
5 |
<div class="wrapper"> |
|
6 |
<table class="tbl-horizontal"> |
|
7 |
<colgroup><col class="wi-mediumsmall"><col class="wi-wide"></colgroup> |
|
8 |
<tr> |
|
9 |
<th>[% LxERP.t8("Article") %]</th> |
|
10 |
<td> |
|
11 |
[% P.part.picker('object.part_id', SELF.object.part, convertible_unit='min', "data-validate"="required", "data-title"=LxERP.t8("Article"), class="wi-wider") %] |
|
12 |
</td> |
|
13 |
</tr> |
|
14 |
</table> |
|
15 |
</div> |
Auch abrufbar als: Unified diff
Design 4.0: SimpleSystemSetting _time_recording_article_form hinzugefügt