Revision 521ef087
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
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
Neues Design 2019 Standard-Code templates/webpages/simple_system_setting/_default_form.html