Author: hansbak
Date: Tue Jun 14 08:51:11 2011
New Revision: 1135413
URL:
http://svn.apache.org/viewvc?rev=1135413&view=revLog:
show category name instead of description in the header
Modified:
ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.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=1135413&r1=1135412&r2=1135413&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CategoryScreens.xml Tue Jun 14 08:51:11 2011
@@ -53,7 +53,7 @@ under the License.
<include-menu name="CategoryTabBar" location="component://product/widget/catalog/CatalogMenus.xml"/>
<include-menu name="CategorySubTabBar" location="component://product/widget/catalog/CatalogMenus.xml"/>
<container>
- <label style="h1">${uiLabelMap[labelTitleProperty]} ${uiLabelMap.CommonFor}: ${productCategory.description} [${uiLabelMap.CommonId}:${productCategoryId}] ${${extraFunctionName}}</label>
+ <label style="h1">${uiLabelMap[labelTitleProperty]} ${uiLabelMap.CommonFor}: ${productCategory.categoryName} [${uiLabelMap.CommonId}:${productCategoryId}] ${${extraFunctionName}}</label>
</container>
</widgets>
<fail-widgets>