Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d4239609

Von Hans Peter Schlaepfer vor mehr als 4 Jahren hinzugefügt

  • ID d42396099d13d99ba32435267e82dddea4c1aae4
  • Vorgänger 988d8487
  • Nachfolger 96f21f5c

Neues kivitendo Design Aenderungen in templates/webpages/simple_system_settings/..

Unterschiede anzeigen:

templates/webpages/simple_system_setting/_pricegroup_form.html
1
[%- USE LxERP -%][%- USE L -%]
2
<table>
3
 <tr>
4
  <th align="right">[% LxERP.t8("Description") %]</th>
5
  <td>
6
   [%- L.input_tag("object.pricegroup", SELF.object.pricegroup, "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>
1
[%- USE LxERP -%]
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>
13 15
</table>
16
</div>

Auch abrufbar als: Unified diff