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