Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a3304019

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

  • ID a3304019d8b0e349fd5259ba177536b1c29cc391
  • Vorgänger 6a85c2e9
  • Nachfolger d924900f

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

Unterschiede anzeigen:

templates/webpages/simple_system_setting/_default_form.html
[%- USE LxERP -%][%- USE L -%]
<table>
<tr>
<th align="right">[% LxERP.t8("Description") %]</th>
<td>[% L.input_tag("object.description", LxERP.t8(SELF.object.description), "data-validate"="required", "data-title"=LxERP.t8("Description")) %]</td>
</tr>
</table>
<div class="wrapper">
<table class="tbl-horizontal">
<tbody>
<tr>
<th> [% LxERP.t8("Description") %] </th>
<td> [% L.input_tag("object.description", LxERP.t8(SELF.object.description), "data-validate"="required", "data-title"=LxERP.t8("Description")) %] </td>
</tr>
</tbody>
</table>
</div>

Auch abrufbar als: Unified diff