|
Author: buscob
Date: Sat Jan 30 09:02:57 2010 New Revision: 904739 URL: http://svn.apache.org/viewvc?rev=904739&view=rev Log: Added "create", "search" and "website" classes to the pertinent button-bar buttontext links. Modified: ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml Modified: ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml?rev=904739&r1=904738&r2=904739&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml Sat Jan 30 09:02:57 2010 @@ -60,10 +60,10 @@ <link target="createProductInCategoryStart" text="${uiLabelMap.ProductCreateProductInCategory}" style="buttontext create"> <parameter param-name="productCategoryId"/> </link> - <link target="advancedsearch" text="${uiLabelMap.ProductSearchInCategory}" style="buttontext"> + <link target="advancedsearch" text="${uiLabelMap.ProductSearchInCategory}" style="buttontext search"> <parameter param-name="SEARCH_CATEGORY_ID" from-field="productCategoryId"/> </link> - <link target="/ecommerce/control/category" url-mode="plain" text="${uiLabelMap.ProductCategoryPage}" style="buttontext"> + <link target="/ecommerce/control/category" url-mode="plain" text="${uiLabelMap.ProductCategoryPage}" style="buttontext website"> <parameter param-name="category_id" from-field="productCategoryId"/> </link> </container> Modified: ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml?rev=904739&r1=904738&r2=904739&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml Sat Jan 30 09:02:57 2010 @@ -104,7 +104,9 @@ <widgets> <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml"> <decorator-section name="menu-bar"> - <container style="button-bar"><link target="EditFeatureType" text="${uiLabelMap.ProductNewFeatureType}" style="buttontext"/></container> + <container style="button-bar"> + <link target="EditFeatureType" text="${uiLabelMap.ProductNewFeatureType}" style="buttontext create"/> + </container> </decorator-section> <decorator-section name="search-options"> <include-form name="FindFeatureType" location="component://product/widget/catalog/FeatureForms.xml"/> @@ -154,7 +156,9 @@ <widgets> <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml"> <decorator-section name="menu-bar"> - <container style="button-bar"><link target="EditFeatureInterAction" text="${uiLabelMap.PageTitleAddFeatureInterAction}" style="buttontext"/></container> + <container style="button-bar"> + <link target="EditFeatureInterAction" text="${uiLabelMap.ProductNewFeatureInterAction}" style="buttontext create"/> + </container> </decorator-section> <decorator-section name="search-options"> <include-form name="FindFeatureInterAction" location="component://product/widget/catalog/FeatureForms.xml"/> @@ -230,7 +234,7 @@ <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml"> <decorator-section name="menu-bar"> <container style="button-bar"> - <link target="CreateProductFeature" text="${uiLabelMap.CommonCreateNew}" style="buttontext create"/> + <link target="CreateProductFeature" text="${uiLabelMap.ProductNewFeatureCategory}" style="buttontext create"/> </container> </decorator-section> <decorator-section name="search-options"> |
| Free forum by Nabble | Edit this page |
