Author: buscob
Date: Fri Oct 22 10:36:50 2010
New Revision: 1026282
URL:
http://svn.apache.org/viewvc?rev=1026282&view=revLog:
Added "create" style on create new buttons
Modified:
ofbiz/trunk/applications/accounting/widget/FixedAssetScreens.xml
Modified: ofbiz/trunk/applications/accounting/widget/FixedAssetScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FixedAssetScreens.xml?rev=1026282&r1=1026281&r2=1026282&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/FixedAssetScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/FixedAssetScreens.xml Fri Oct 22 10:36:50 2010
@@ -139,7 +139,7 @@ under the License.
<if-service-permission service-name="fixedAssetPermissionCheck" main-action="CREATE"/>
</condition>
<widgets>
- <container style="button-bar"><link target="EditFixedAsset" text="${uiLabelMap.AccountingNewFixedAsset}" style="buttontext"/></container>
+ <container style="button-bar"><link target="EditFixedAsset" text="${uiLabelMap.AccountingNewFixedAsset}" style="buttontext create"/></container>
</widgets>
</section>
<include-form name="EditFixedAsset" location="component://accounting/widget/FixedAssetForms.xml"/>
@@ -355,7 +355,7 @@ under the License.
<decorator-screen name="CommonFixedAssetDecorator" location="${parameters.fixedAssetDecoratorLocation}">
<decorator-section name="body">
<container style="button-bar">
- <link target="EditFixedAssetMaint" text="${uiLabelMap.AccountingNewFixedAssetMaint}" style="buttontext">
+ <link target="EditFixedAssetMaint" text="${uiLabelMap.AccountingNewFixedAssetMaint}" style="buttontext create">
<parameter param-name="fixedAssetId"/>
</link>
</container>