Author: buscob
Date: Sun Jan 10 18:14:29 2010
New Revision: 897675
URL: http://svn.apache.org/viewvc?rev=897675&view=rev
Log:
Added button-bar style in the EditFeatureScreen
Modified:
ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml?rev=897675&r1=897674&r2=897675&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml Sun Jan 10 18:14:29
2010
@@ -104,7 +104,7 @@
<widgets>
<decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
<decorator-section name="menu-bar">
- <container><link target="EditFeatureType"
text="${uiLabelMap.ProductNewFeatureType}" style="buttontext"/></container>
+ <container style="button-bar"><link target="EditFeatureType"
text="${uiLabelMap.ProductNewFeatureType}" style="buttontext"/></container>
</decorator-section>
<decorator-section name="search-options">
<include-form name="FindFeatureType" location="component://product/widget/catalog/FeatureForms.xml"/>
@@ -154,7 +154,7 @@
<widgets>
<decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
<decorator-section name="menu-bar">
- <container><link target="EditFeatureInterAction"
text="${uiLabelMap.PageTitleAddFeatureInterAction}" style="buttontext"/></container>
+ <container style="button-bar"><link target="EditFeatureInterAction"
text="${uiLabelMap.PageTitleAddFeatureInterAction}" style="buttontext"/></container>
</decorator-section>
<decorator-section name="search-options">
<include-form name="FindFeatureInterAction" location="component://product/widget/catalog/FeatureForms.xml"/>
|