File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
Checkout/view/frontend/web/template/form/element
Customer/view/frontend/templates/address
Ui/view/frontend/web/templates/form Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 14
14
method ="post ">
15
15
< fieldset id ="customer-email-fieldset " class ="fieldset " data-bind ="blockLoader: isLoading ">
16
16
< div class ="field required ">
17
- < label class ="label " for ="customer-email ">
18
- < span data-bind ="i18n: 'Email Address' "> </ span >
19
- </ label >
17
+ < label class ="label " for ="customer-email "> < span data-bind ="i18n: 'Email Address' "> </ span > </ label >
20
18
< div class ="control _with-tooltip ">
21
19
< input class ="input-text "
22
20
type ="email "
35
33
<!--Hidden fields -->
36
34
< fieldset class ="fieldset hidden-fields " data-bind ="fadeVisible: isPasswordVisible ">
37
35
< div class ="field ">
38
- < label class ="label " for ="customer-password ">
39
- < span data-bind ="i18n: 'Password' "> </ span >
40
- </ label >
36
+ < label class ="label " for ="customer-password "> < span data-bind ="i18n: 'Password' "> </ span > </ label >
41
37
< div class ="control ">
42
38
< input class ="input-text "
43
39
data-bind ="
Original file line number Diff line number Diff line change 39
39
<legend class="legend"><span><?= $ block ->escapeHtml (__ ('Address ' )) ?> </span></legend><br>
40
40
<?php $ _streetValidationClass = $ this ->helper (\Magento \Customer \Helper \Address::class)->getAttributeValidationClass ('street ' ); ?>
41
41
<div class="field street required">
42
- <label for="street_1" class="label">
43
- <span><?= /* @noEscape */ $ block ->getAttributeData ()->getFrontendLabel ('street ' ) ?> </span>
44
- </label>
42
+ <label for="street_1" class="label"><span><?= /* @noEscape */ $ block ->getAttributeData ()->getFrontendLabel ('street ' ) ?> </span></label>
45
43
<div class="control">
46
44
<input type="text"
47
45
name="street[]"
Original file line number Diff line number Diff line change 6
6
-->
7
7
< div class ="field " data-bind ="visible: visible, attr: {'name': element.dataScope}, css: additionalClasses ">
8
8
9
- < label class ="label " data-bind ="attr: { for: element.uid } ">
10
- <!-- ko if: element.label -->
11
- < span translate ="element.label "> </ span >
12
- <!-- /ko -->
13
- </ label >
9
+ < label class ="label " data-bind ="attr: { for: element.uid } "> <!-- ko if: element.label --> < span translate ="element.label "> </ span > <!-- /ko --> </ label >
14
10
15
11
< div class ="control " data-bind ="css: {'_with-tooltip': element.tooltip} ">
16
12
<!-- ko ifnot: element.hasAddons() -->
You can’t perform that action at this time.
0 commit comments