Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ac93cd73

Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt

  • ID ac93cd738cc7ad70816192d74b9d513c77c6ef54
  • Vorgänger d9b2b818
  • Nachfolger 0ddc62b7

Neues Design 2019 Standard-Code templates/webpages/simple_system_setting/_parts_group_form.html

Unterschiede anzeigen:

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