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