Skip to content

Commit

Permalink
Added "create" classes to pertinent buttons
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@911187 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Bruno Busco committed Feb 17, 2010
1 parent 8e9e742 commit 72a1159
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions applications/accounting/widget/AgreementScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ under the License.
</condition>
<widgets>
<container style="button-bar">
<link target="EditAgreement" text="${uiLabelMap.AccountingNewAgreement}" style="buttontext"/>
<link target="EditAgreement" text="${uiLabelMap.AccountingNewAgreement}" style="buttontext create"/>
</container>
</widgets>
</section>
Expand Down Expand Up @@ -164,7 +164,7 @@ under the License.
<decorator-screen name="CommonAgreementDecorator" location="${parameters.agreementDecoratorLocation}">
<decorator-section name="body">
<container style="button-bar">
<link target="EditAgreementItem" text="${uiLabelMap.AccountingNewAgreementItem}" style="buttontext">
<link target="EditAgreementItem" text="${uiLabelMap.AccountingNewAgreementItem}" style="buttontext create">
<parameter param-name="agreementId" from-field="agreement.agreementId"/>
</link>
</container>
Expand Down Expand Up @@ -193,7 +193,7 @@ under the License.
<decorator-screen name="CommonAgreementDecorator" location="${parameters.agreementDecoratorLocation}">
<decorator-section name="body">
<container style="button-bar">
<link target="EditAgreementItem" text="${uiLabelMap.AccountingNewAgreementItem}" style="buttontext">
<link target="EditAgreementItem" text="${uiLabelMap.AccountingNewAgreementItem}" style="buttontext create">
<parameter param-name="agreementId" from-field="agreement.agreementId"/>
</link>
</container>
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/widget/ap/ApScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ under the License.
<decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
<decorator-section name="menu-bar">
<container style="button-bar">
<link target="newPayment" text="${uiLabelMap.CommonCreateNew}" style="buttontext"/>
<link target="newPayment" text="${uiLabelMap.CommonCreateNew}" style="buttontext create"/>
</container>
</decorator-section>
<decorator-section name="search-options">
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/widget/ap/CommonScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ under the License.
<decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
<decorator-section name="menu-bar">
<container style="button-bar">
<link target="editVendor" text="${uiLabelMap.CommonNew} ${uiLabelMap.PartyVendor}" style="buttontext"/>
<link target="editVendor" text="${uiLabelMap.CommonNew} ${uiLabelMap.PartyVendor}" style="buttontext create"/>
</container>
</decorator-section>
<decorator-section name="search-options">
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/widget/ar/ArPaymentScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ under the License.
<decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
<decorator-section name="menu-bar">
<container style="button-bar">
<link target="newPayment" text="${uiLabelMap.CommonCreateNew}" style="buttontext"/>
<link target="newPayment" text="${uiLabelMap.CommonCreateNew}" style="buttontext create"/>
</container>
</decorator-section>
<decorator-section name="search-options">
Expand Down
2 changes: 1 addition & 1 deletion applications/accounting/widget/ar/InvoiceScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ under the License.
<decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
<decorator-section name="menu-bar">
<container style="button-bar">
<link target="newInvoice" text="${uiLabelMap.CommonCreateNew}" style="buttontext"/>
<link target="newInvoice" text="${uiLabelMap.CommonCreateNew}" style="buttontext create"/>
</container>
</decorator-section>
<decorator-section name="search-options">
Expand Down
6 changes: 3 additions & 3 deletions applications/product/widget/catalog/PromoScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ under the License.
<container>
<label style="h1">${uiLabelMap[labelTitleProperty]} ${uiLabelMap.CommonFor}: ${productPromo.promoName} [${uiLabelMap.CommonId}:${productPromoId}] ${${extraFunctionName}}</label>
</container>
<container>
<container style="button-bar">
<link target="EditProductPromo" text="${uiLabelMap.ProductNewProductPromo}" style="buttontext"/>
</container>
</widgets>
Expand Down Expand Up @@ -87,8 +87,8 @@ under the License.
<decorator-screen name="CommonPromoDecorator">
<decorator-section name="body">
<screenlet title="${uiLabelMap.PageTitleEditProductPromotionCode}">
<container>
<link target="EditProductPromo" text="${uiLabelMap.ProductNewProductPromo}" style="buttontext"/>
<container style="button-bar">
<link target="EditProductPromo" text="${uiLabelMap.ProductNewProductPromo}" style="buttontext create"/>
</container>
<container>
<label style="label">${uiLabelMap.CommonView}</label>
Expand Down
2 changes: 1 addition & 1 deletion framework/example/widget/example/CommonScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ under the License.
<widgets>
<container style="h1"><label>${uiLabelMap[titleProperty]} ${uiLabelMap.CommonFor} ${example.exampleName} [${exampleId}]</label></container>
<container style="button-bar">
<link target="EditExample" text="${uiLabelMap.ExampleNewExample}" style="buttontext"/>
<link target="EditExample" text="${uiLabelMap.ExampleNewExample}" style="buttontext create"/>
<link target="ExampleReportHtml" text="${uiLabelMap.CommonPrinterFriendly}" style="buttontext">
<parameter param-name="exampleId"/>
</link>
Expand Down
2 changes: 1 addition & 1 deletion framework/example/widget/example/ExampleFeatureScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ under the License.
<widgets>
<decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
<decorator-section name="menu-bar">
<container style="button-bar"><link target="EditExampleFeature" text="${uiLabelMap.ExampleNewExampleFeature}" style="buttontext"/></container>
<container style="button-bar"><link target="EditExampleFeature" text="${uiLabelMap.ExampleNewExampleFeature}" style="buttontext create"/></container>
</decorator-section>
<decorator-section name="search-options">
<include-form name="FindExampleFeatures" location="component://example/widget/example/ExampleFeatureForms.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion framework/example/widget/example/ExampleScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ under the License.
<widgets>
<decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
<decorator-section name="menu-bar">
<container style="button-bar"><link target="EditExample" text="${uiLabelMap.ExampleNewExample}" style="buttontext"/></container>
<container style="button-bar"><link target="EditExample" text="${uiLabelMap.ExampleNewExample}" style="buttontext create"/></container>
</decorator-section>
<decorator-section name="search-options">
<include-form name="FindExamples" location="component://example/widget/example/ExampleForms.xml"/>
Expand Down

0 comments on commit 72a1159

Please sign in to comment.