|
Author: buscob
Date: Sat Jan 30 09:07:46 2010 New Revision: 904740 URL: http://svn.apache.org/viewvc?rev=904740&view=rev Log: Added "create", "collapse-all" and "expand-all" classes to the pertinent button-bar buttontext links. Modified: ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml Modified: ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml?rev=904740&r1=904739&r2=904740&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml Sat Jan 30 09:07:46 2010 @@ -102,8 +102,8 @@ <parameter param-name="productName"/> </link> - <link target="javascript:expandAll(true);" text="${uiLabelMap.CommonExpandAll}" style="buttontext" url-mode="plain"/> - <link target="javascript:expandAll(false);" text="${uiLabelMap.CommonCollapseAll}" style="buttontext" url-mode="plain"/> + <link target="javascript:expandAll(true);" text="${uiLabelMap.CommonExpandAll}" style="buttontext expand-all" url-mode="plain"/> + <link target="javascript:expandAll(false);" text="${uiLabelMap.CommonCollapseAll}" style="buttontext collapse-all" url-mode="plain"/> </container> </widgets> </section> @@ -147,8 +147,8 @@ <if-has-permission permission="CATALOG" action="_VIEW"/> </condition> <widgets> - <container> - <link target="EditProdCatalog" text="${uiLabelMap.ProductNewProdCatalog}" style="buttontext"/> + <container style="button-bar"> + <link target="EditProdCatalog" text="${uiLabelMap.ProductNewProdCatalog}" style="buttontext create"/> </container> <decorator-section-include name="body"/> @@ -371,8 +371,8 @@ <include-screen name="leftbar"/> </decorator-section> <decorator-section name="body"> - <container> - <link target="EditCategory" text="${uiLabelMap.ProductNewCategory}" style="buttontext"/> + <container style="button-bar"> + <link target="EditCategory" text="${uiLabelMap.ProductNewCategory}" style="buttontext create"/> </container> <platform-specific><html><html-template location="component://product/webapp/catalog/ChooseTopCategory.ftl"/></html></platform-specific> </decorator-section> Modified: ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml?rev=904740&r1=904739&r2=904740&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml Sat Jan 30 09:07:46 2010 @@ -36,8 +36,8 @@ <decorator-screen name="CommonProductStoreDecorator" location="${parameters.mainDecoratorLocation}"> <decorator-section name="body"> <screenlet title="${uiLabelMap.ProductProductStoreList}"> - <container> - <link target="EditProductStore" text="${uiLabelMap.ProductCreateNewProductStore}" style="buttontext"/> + <container style="button-bar"> + <link target="EditProductStore" text="${uiLabelMap.ProductCreateNewProductStore}" style="buttontext create"/> </container> <include-form name="FindProductStore" location="component://product/widget/catalog/ProductStoreForms.xml"/> </screenlet> |
| Free forum by Nabble | Edit this page |
