Revision 7f97725f
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/simple_system_setting/_parts_group_form.html | ||
---|---|---|
1 | 1 |
[%- USE LxERP -%][%- USE L -%] |
2 |
<table> |
|
3 |
<tr> |
|
4 |
<th align="right">[% LxERP.t8("Description") %]</th> |
|
5 |
<td> |
|
6 |
[%- L.input_tag("object.partsgroup", SELF.object.partsgroup, "data-validate"="required", "data-title"=LxERP.t8("Description")) %] |
|
7 |
</td> |
|
8 |
</tr> |
|
9 |
<tr> |
|
10 |
<th align="right">[% LxERP.t8("Obsolete") %]</th> |
|
11 |
<td>[% L.checkbox_tag("object.obsolete", checked=SELF.object.obsolete, for_submit=1) %]</td> |
|
12 |
</tr> |
|
2 |
<div class="wrapper"> |
|
3 |
<table class="tbl-horizontal"> |
|
4 |
<tbody> |
|
5 |
<tr> |
|
6 |
<th> [% LxERP.t8("Description") %] </th> |
|
7 |
<td> [%- L.input_tag("object.partsgroup", SELF.object.partsgroup, "data-validate"="required", "data-title"=LxERP.t8("Description")) %] </td> |
|
8 |
</tr> |
|
9 |
<tr> |
|
10 |
<th> [% LxERP.t8("Obsolete") %] </th> |
|
11 |
<td> [% L.checkbox_tag("object.obsolete", checked=SELF.object.obsolete, for_submit=1) %] </td> |
|
12 |
</tr> |
|
13 |
</tbody> |
|
13 | 14 |
</table> |
15 |
</div> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/simple_system_setting/_parts_group_form.html