Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d7ca729a

Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt

  • ID d7ca729a6e8ff55aff3e5e6bebc0ebbd6c13611a
  • Vorgänger 2d7b0fd3
  • Nachfolger 052f2fd3

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

Unterschiede anzeigen:

templates/webpages/simple_system_setting/_pricegroup_form.html
<table>
<tr>
<th align="right">[% LxERP.t8("Description") %]</th>
<td>
[%- L.input_tag("object.pricegroup", SELF.object.pricegroup, "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>
[%- USE LxERP -%]
[%- USE L -%]
<div class="wrapper">
<table class="tbl-horizontal">
<tbody>
<tr>
<th> [% LxERP.t8("Description") %] </th>
<td> [%- L.input_tag("object.pricegroup", SELF.object.pricegroup, "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