File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ along with this software (see the LICENSE.md file). If not, see
78
78
</actions >
79
79
<widgets >
80
80
<container-box >
81
- <box-header >< label text =" Billing Information" type = " h5 " /></ box-header >
81
+ <box-header title =" Billing Information" / >
82
82
<box-toolbar >
83
83
<dynamic-dialog id =" CreateCreditCardDialog" button-text =" Create Credit Card"
84
84
transition =" updatePaymentMethodInfo" width =" 800"
@@ -112,7 +112,7 @@ along with this software (see the LICENSE.md file). If not, see
112
112
</actions >
113
113
<widgets >
114
114
<container-box >
115
- <box-header >< label text =" Shipping Information" type = " h5 " /></ box-header >
115
+ <box-header title =" Shipping Information" / >
116
116
<box-toolbar >
117
117
<dynamic-dialog id =" UpdatePostalInfo" button-text =" Add Shipping Info"
118
118
transition =" updateContactInfo" width =" 800"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ along with this software (see the LICENSE.md file). If not, see
57
57
</actions >
58
58
<widgets >
59
59
<container-box >
60
- <box-header >< label text =" Choose a Credit Card" type = " h5 " /></ box-header >
60
+ <box-header title =" Choose a Credit Card" / >
61
61
<box-toolbar >
62
62
<dynamic-dialog id =" CreateCreditCardDialog" button-text =" Add Credit Card"
63
63
transition =" updatePaymentMethodInfo" width =" 800"
@@ -85,7 +85,7 @@ along with this software (see the LICENSE.md file). If not, see
85
85
</container-box >
86
86
87
87
<container-box >
88
- <box-header >< label text =" Choose a Shipping Address" type = " h5 " /></ box-header >
88
+ <box-header title =" Choose a Shipping Address" / >
89
89
<box-toolbar >
90
90
<dynamic-dialog id =" UpdatePostalInfo" button-text =" Add Shipping Address"
91
91
transition =" updateContactInfo" width =" 800"
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ along with this software (see the LICENSE.md file). If not, see
115
115
116
116
<container-row ><row-col lg =" 6" md =" 6" >
117
117
<container-box >
118
- <box-header >< label text =" Features" type = " h5 " /></ box-header >
118
+ <box-header title =" Features" / >
119
119
<box-body >
120
120
<form-list name =" FeaturesForm" list =" pfaaList" skip-form =" true" skip-header =" true" >
121
121
<field name =" productFeatureTypeEnumId" ><default-field title =" Type" >
@@ -126,7 +126,7 @@ along with this software (see the LICENSE.md file). If not, see
126
126
</container-box >
127
127
</row-col ><row-col lg =" 6" md =" 6" >
128
128
<container-box >
129
- <box-header >< label text =" Dimensions" type = " h5 " /></ box-header >
129
+ <box-header title =" Dimensions" / >
130
130
<box-body >
131
131
<form-list name =" DimensionsForm" list =" dimensionList" skip-form =" true" skip-header =" true" >
132
132
<field name =" description" ><default-field title =" Type" ><display /></default-field ></field >
You can’t perform that action at this time.
0 commit comments