Skip to content

Commit 5dc4155

Browse files
committed
Use container-box/box-header.@title instead of embedded label
1 parent 6599fd2 commit 5dc4155

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

screen/PopCommerceRoot/Customer/Profile.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ along with this software (see the LICENSE.md file). If not, see
7878
</actions>
7979
<widgets>
8080
<container-box>
81-
<box-header><label text="Billing Information" type="h5"/></box-header>
81+
<box-header title="Billing Information"/>
8282
<box-toolbar>
8383
<dynamic-dialog id="CreateCreditCardDialog" button-text="Create Credit Card"
8484
transition="updatePaymentMethodInfo" width="800"
@@ -112,7 +112,7 @@ along with this software (see the LICENSE.md file). If not, see
112112
</actions>
113113
<widgets>
114114
<container-box>
115-
<box-header><label text="Shipping Information" type="h5"/></box-header>
115+
<box-header title="Shipping Information"/>
116116
<box-toolbar>
117117
<dynamic-dialog id="UpdatePostalInfo" button-text="Add Shipping Info"
118118
transition="updateContactInfo" width="800"

screen/PopCommerceRoot/Order/Checkout.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ along with this software (see the LICENSE.md file). If not, see
5757
</actions>
5858
<widgets>
5959
<container-box>
60-
<box-header><label text="Choose a Credit Card" type="h5"/></box-header>
60+
<box-header title="Choose a Credit Card"/>
6161
<box-toolbar>
6262
<dynamic-dialog id="CreateCreditCardDialog" button-text="Add Credit Card"
6363
transition="updatePaymentMethodInfo" width="800"
@@ -85,7 +85,7 @@ along with this software (see the LICENSE.md file). If not, see
8585
</container-box>
8686

8787
<container-box>
88-
<box-header><label text="Choose a Shipping Address" type="h5"/></box-header>
88+
<box-header title="Choose a Shipping Address"/>
8989
<box-toolbar>
9090
<dynamic-dialog id="UpdatePostalInfo" button-text="Add Shipping Address"
9191
transition="updateContactInfo" width="800"

screen/PopCommerceRoot/Product/Detail.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ along with this software (see the LICENSE.md file). If not, see
115115

116116
<container-row><row-col lg="6" md="6">
117117
<container-box>
118-
<box-header><label text="Features" type="h5"/></box-header>
118+
<box-header title="Features"/>
119119
<box-body>
120120
<form-list name="FeaturesForm" list="pfaaList" skip-form="true" skip-header="true">
121121
<field name="productFeatureTypeEnumId"><default-field title="Type">
@@ -126,7 +126,7 @@ along with this software (see the LICENSE.md file). If not, see
126126
</container-box>
127127
</row-col><row-col lg="6" md="6">
128128
<container-box>
129-
<box-header><label text="Dimensions" type="h5"/></box-header>
129+
<box-header title="Dimensions"/>
130130
<box-body>
131131
<form-list name="DimensionsForm" list="dimensionList" skip-form="true" skip-header="true">
132132
<field name="description"><default-field title="Type"><display/></default-field></field>

0 commit comments

Comments
 (0)