File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/CheckoutAgreements/view/frontend/web/template/checkout Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 */
66-->
77< div data-role ="checkout-agreements ">
8- < div class ="checkout-agreements " data-bind ="visible: isVisible ">
8+ < div class ="checkout-agreements fieldset " data-bind ="visible: isVisible ">
99 <!-- ko foreach: agreements -->
1010 <!-- ko if: ($parent.isAgreementRequired($data)) -->
11- < div class ="checkout-agreement required ">
11+ < div class ="checkout-agreement field required ">
1212 < input type ="checkbox " class ="required-entry "
1313 data-bind ="attr: {
1414 'id': $parent.getCheckboxId($parentContext, agreementId),
1515 'name': 'agreement[' + agreementId + ']',
1616 'value': agreementId
1717 } "/>
18- < label data-bind ="attr: {'for': $parent.getCheckboxId($parentContext, agreementId)} ">
18+ < label class =" label " data-bind ="attr: {'for': $parent.getCheckboxId($parentContext, agreementId)} ">
1919 < button type ="button "
2020 class ="action action-show "
2121 data-bind ="click: function(data, event) { return $parent.showContent(data, event) } "
You can’t perform that action at this time.
0 commit comments