Author: buscob
Date: Wed Feb 17 22:02:54 2010
New Revision: 911187
URL: http://svn.apache.org/viewvc?rev=911187&view=rev
Log:
Added "create" classes to pertinent buttons
Modified:
ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml
ofbiz/trunk/applications/accounting/widget/ap/ApScreens.xml
ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml
ofbiz/trunk/applications/accounting/widget/ar/ArPaymentScreens.xml
ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.xml
ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml
ofbiz/trunk/framework/example/widget/example/CommonScreens.xml
ofbiz/trunk/framework/example/widget/example/ExampleFeatureScreens.xml
ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml
Modified: ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml?rev=911187&r1=911186&r2=911187&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/AgreementScreens.xml Wed Feb 17
22:02:54 2010
@@ -133,7 +133,7 @@
</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>
@@ -164,7 +164,7 @@
<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>
@@ -193,7 +193,7 @@
<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>
Modified: ofbiz/trunk/applications/accounting/widget/ap/ApScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ap/ApScreens.xml?rev=911187&r1=911186&r2=911187&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ap/ApScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ap/ApScreens.xml Wed Feb 17
22:02:54 2010
@@ -33,7 +33,7 @@
<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">
Modified: ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml?rev=911187&r1=911186&r2=911187&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ap/CommonScreens.xml Wed Feb 17
22:02:54 2010
@@ -117,7 +117,7 @@
<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">
Modified: ofbiz/trunk/applications/accounting/widget/ar/ArPaymentScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ar/ArPaymentScreens.xml?rev=911187&r1=911186&r2=911187&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ar/ArPaymentScreens.xml
(original)
+++ ofbiz/trunk/applications/accounting/widget/ar/ArPaymentScreens.xml Wed Feb
17 22:02:54 2010
@@ -35,7 +35,7 @@
<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">
Modified: ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.xml?rev=911187&r1=911186&r2=911187&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/ar/InvoiceScreens.xml Wed Feb 17
22:02:54 2010
@@ -78,7 +78,7 @@
<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">
Modified: ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml?rev=911187&r1=911186&r2=911187&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/PromoScreens.xml Wed Feb 17
22:02:54 2010
@@ -53,7 +53,7 @@
<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>
@@ -87,8 +87,8 @@
<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>
Modified: ofbiz/trunk/framework/example/widget/example/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/CommonScreens.xml?rev=911187&r1=911186&r2=911187&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/CommonScreens.xml Wed Feb 17
22:02:54 2010
@@ -106,7 +106,7 @@
<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>
Modified: ofbiz/trunk/framework/example/widget/example/ExampleFeatureScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleFeatureScreens.xml?rev=911187&r1=911186&r2=911187&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleFeatureScreens.xml
(original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleFeatureScreens.xml Wed
Feb 17 22:02:54 2010
@@ -39,7 +39,7 @@
<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"/>
Modified: ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml?rev=911187&r1=911186&r2=911187&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml Wed Feb 17
22:02:54 2010
@@ -39,7 +39,7 @@
<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"/>