Revision b6771740
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
- ID b6771740a83ce7e3418e06cef34e67bda7631b51
- Vorgänger 968692f4
templates/design40_webpages/reclamation/tabs/basic_data/_second_row.html | ||
---|---|---|
8 | 8 |
<tr> |
9 | 9 |
<td> |
10 | 10 |
<b>[%- 'Serial No.' | $T8 %]</b> |
11 |
[%- L.input_tag("reclamation.reclamation_items[].serialnumber", ITEM.serialnumber, size = 15) %] |
|
11 |
[%- L.input_tag("reclamation.reclamation_items[].serialnumber", ITEM.serialnumber, size = 15 "data-validate"="trimmed_whitespaces") %]
|
|
12 | 12 |
<b>[%- 'Project' | $T8 %]</b> |
13 | 13 |
[% P.project.picker("reclamation.reclamation_items[].project_id", ITEM.project_id, size = 15) %] |
14 | 14 |
<b>[%- 'Reqdate' | $T8 %]</b> |
templates/webpages/reclamation/tabs/basic_data/_second_row.html | ||
---|---|---|
7 | 7 |
<table> |
8 | 8 |
<tr><td colspan="100%"> |
9 | 9 |
<b>[%- 'Serial No.' | $T8 %]</b> |
10 |
[%- L.input_tag("reclamation.reclamation_items[].serialnumber", ITEM.serialnumber, size = 15) %] |
|
10 |
[%- L.input_tag("reclamation.reclamation_items[].serialnumber", ITEM.serialnumber, size = 15 "data-validate"="trimmed_whitespaces") %]
|
|
11 | 11 |
<b>[%- 'Project' | $T8 %]</b> |
12 | 12 |
[% P.project.picker("reclamation.reclamation_items[].project_id", ITEM.project_id, size = 15) %] |
13 | 13 |
<b>[%- 'Reqdate' | $T8 %]</b> |
Auch abrufbar als: Unified diff
Reclamation: Entferne Leerzeichen um Seriennummer