Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d7ca729a

Von Hans P. Schlaepfer vor mehr als 3 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
1
<table>
2
 <tr>
3
  <th align="right">[% LxERP.t8("Description") %]</th>
4
  <td>
5
   [%- L.input_tag("object.pricegroup", SELF.object.pricegroup, "data-validate"="required", "data-title"=LxERP.t8("Description")) %]
6
  </td>
7
 </tr>
8
 <tr>
9
  <th align="right">[% LxERP.t8("Obsolete") %]</th>
10
  <td>[% L.checkbox_tag("object.obsolete", checked=SELF.object.obsolete, for_submit=1) %]</td>
11
 </tr>
12 1
[%- USE LxERP -%]
13 2
[%- USE L -%]
3
<div class="wrapper">
4
<table class="tbl-horizontal">
5
  <tbody>
6
    <tr>
7
      <th> [% LxERP.t8("Description") %] </th>
8
      <td> [%- L.input_tag("object.pricegroup", SELF.object.pricegroup, "data-validate"="required", "data-title"=LxERP.t8("Description")) %] </td>
9
    </tr>
10
    <tr>
11
      <th> [% LxERP.t8("Obsolete") %] </th>
12
      <td> [% L.checkbox_tag("object.obsolete", checked=SELF.object.obsolete, for_submit=1) %] </td>
13
    </tr>
14
  </tbody>
14 15
</table>
16
</div>

Auch abrufbar als: Unified diff