File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
app/code/Magento/GiftMessage/view/frontend/web/template Expand file tree Collapse file tree 1 file changed +5
-6
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 ">
5048 </ div >
5149</ div >
5250<!-- /ko -->
51+ < script type ="text/javascript "> alert ( 'toto' ) ; </ script >
5352< div class ="actions-toolbar ">
5453 < div class ="secondary ">
5554 < button type ="submit " class ="action secondary action-update " data-bind ="
You can’t perform that action at this time.
0 commit comments