Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 94c7cdef

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

  • ID 94c7cdef0ffdceba162f29109139d5f30d740e91
  • Vorgänger 69f282b1
  • Nachfolger c05f59fd

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

Unterschiede anzeigen:

templates/webpages/simple_system_setting/_default_form.html
1 1
[%- USE LxERP -%][%- USE L -%]
2
<table>
3
 <tr>
4
  <th align="right">[% LxERP.t8("Description") %]</th>
5
  <td>[% L.input_tag("object.description", LxERP.t8(SELF.object.description), "data-validate"="required", "data-title"=LxERP.t8("Description")) %]</td>
6
 </tr>
7
</table>
2
<div class="wrapper">
3
  <table class="tbl-horizontal">
4
    <tbody>
5
      <tr>
6
        <th> [% LxERP.t8("Description") %] </th>
7
        <td> [% L.input_tag("object.description", LxERP.t8(SELF.object.description), "data-validate"="required", "data-title"=LxERP.t8("Description")) %] </td>
8
      </tr>
9
    </tbody>
10
  </table>
11
</div>

Auch abrufbar als: Unified diff