File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
app/code/Magento/GiftMessage/view/frontend/web/template Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1212 < div class ="gift-options-content ">
1313 < fieldset class ="fieldset ">
1414 < div class ="field field-to ">
15- < label for =" gift-message-whole-to " class ="label ">
15+ < label data-bind =" attr: {for: ' gift-message-whole-to-' + index } " class ="label ">
1616 < span data-bind ="i18n: 'To:' "> </ span >
1717 </ label >
1818 < div class ="control ">
1919 < input type ="text "
20- id ="gift-message-whole-to "
2120 class ="input-text "
22- data-bind ="value: getObservable('recipient') ">
21+ data-bind ="value: getObservable('recipient'), attr: { id: 'gift-message-whole-to-' + index } ">
2322 </ div >
2423 </ div >
2524
2625 < div class ="field field-from ">
27- < label for =" gift-message-whole-from " class ="label ">
26+ < label data-bind =" attr: {for: ' gift-message-whole-from-' + index } " class ="label ">
2827 < span data-bind ="i18n: 'From:' "> </ span >
2928 </ label >
3029 < div class ="control ">
3130 < input type ="text "
32- id ="gift-message-whole-from "
3331 class ="input-text "
34- data-bind ="value: getObservable('sender') ">
32+ data-bind ="value: getObservable('sender'), attr: { id: 'gift-message-whole-from-' + index } ">
3533 </ div >
3634 </ div >
3735 < div class ="field text ">
4644 </ div >
4745 </ div >
4846 </ fieldset >
49-
5047 </ div >
5148</ div >
5249<!-- /ko -->
You can’t perform that action at this time.
0 commit comments