Revision 052f2fd3
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/simple_system_setting/_requirement_spec_acceptance_status_form.html | ||
---|---|---|
1 |
<table> |
|
2 |
<tr> |
|
3 |
<td>[% LxERP.t8("Name") %]</td> |
|
4 |
<td>[% L.select_tag("object.name", SELF.valid_names, default=SELF.object.name, style=style) %]</td> |
|
5 |
</tr> |
|
6 | 1 |
[% USE LxERP %] |
7 | 2 |
[% USE L %] |
8 | 3 |
|
9 |
<tr> |
|
10 |
<td>[% LxERP.t8("Description") %]</td> |
|
11 |
<td>[% L.input_tag("object.description", SELF.object.description, style=style, "data-validate"="required", "data-title"=LxERP.t8("Description")) %]</td> |
|
12 |
</tr> |
|
13 |
</table> |
|
4 |
<div class="wrapper"> |
|
5 |
<table class="tbl-horizontal"> |
|
6 |
<tbody> |
|
7 |
<tr> |
|
8 |
<th> [% LxERP.t8("Name") %] </th> |
|
9 |
<td> [% L.select_tag("object.name", SELF.valid_names, default=SELF.object.name, class="wi-wider") %] </td> |
|
10 |
</tr> |
|
11 |
<tr> |
|
12 |
<th> [% LxERP.t8("Description") %] </th> |
|
13 |
<td> [% L.input_tag("object.description", SELF.object.description, class="wi-wider", "data-validate"="required", "data-title"=LxERP.t8("Description")) %] </td> |
|
14 |
</tr> |
|
15 |
</tbody> |
|
16 |
</table> |
|
17 |
</div> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/simple_system_setting/_requirement_spec_acceptance_status_form.html