Author: jleroux
Date: Fri Mar 9 18:27:44 2012
New Revision: 1298963
URL: http://svn.apache.org/viewvc?rev=1298963&view=rev
Log:
A patch from Markus M. May "Typo in CatalogScreens.xml - productCatagories"
https://issues.apache.org/jira/browse/OFBIZ-4727
In the CatalogScreens.xml one screen is called productCatagories. Should be
spelled productCategories
Modified:
ofbiz/trunk/specialpurpose/ecommerce/widget/CatalogScreens.xml
ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml
Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/CatalogScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/CatalogScreens.xml?rev=1298963&r1=1298962&r2=1298963&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/CatalogScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/CatalogScreens.xml Fri Mar 9
18:27:44 2012
@@ -513,7 +513,7 @@ under the License.
</widgets>
</section>
</screen>
- <screen name="productCatagories">
+ <screen name="productCategories">
<section>
<actions>
<set field="tabButtonItem" value="LookupProductCategories"/>
Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml?rev=1298963&r1=1298962&r2=1298963&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/CommonScreens.xml Fri Mar 9
18:27:44 2012
@@ -108,7 +108,7 @@ under the License.
<include-screen name="choosecatalog"
location="component://ecommerce/widget/CatalogScreens.xml"/>
<include-screen name="keywordsearchbox"
location="component://ecommerce/widget/CatalogScreens.xml"/>
<!--include-screen name="sidedeepcategory"
location="component://ecommerce/widget/CatalogScreens.xml"/-->
- <include-screen name="productCatagories"
location="component://ecommerce/widget/CatalogScreens.xml"/>
+ <include-screen name="productCategories"
location="component://ecommerce/widget/CatalogScreens.xml"/>
<include-screen name="LayeredNavBar"
location="component://ecommerce/widget/CatalogScreens.xml"/>
<include-screen name="minireorderprods"
location="component://ecommerce/widget/CatalogScreens.xml"/>
<include-screen name="signupforcontactlist"
location="component://ecommerce/widget/EmailContactListScreens.xml"/>