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/_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