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 5
5
*/
6
6
-->
7
7
< div data-role ="checkout-agreements ">
8
- < div class ="checkout-agreements " data-bind ="visible: isVisible ">
8
+ < div class ="checkout-agreements fieldset " data-bind ="visible: isVisible ">
9
9
<!-- ko foreach: agreements -->
10
10
<!-- ko if: ($parent.isAgreementRequired($data)) -->
11
- < div class ="checkout-agreement required ">
11
+ < div class ="checkout-agreement field required ">
12
12
< input type ="checkbox " class ="required-entry "
13
13
data-bind ="attr: {
14
14
'id': $parent.getCheckboxId($parentContext, agreementId),
15
15
'name': 'agreement[' + agreementId + ']',
16
16
'value': agreementId
17
17
} "/>
18
- < label data-bind ="attr: {'for': $parent.getCheckboxId($parentContext, agreementId)} ">
18
+ < label class =" label " data-bind ="attr: {'for': $parent.getCheckboxId($parentContext, agreementId)} ">
19
19
< button type ="button "
20
20
class ="action action-show "
21
21
data-bind ="click: function(data, event) { return $parent.showContent(data, event) } "
You can’t perform that action at this time.
0 commit comments