Author: buscob
Date: Tue Feb 3 13:26:11 2009
New Revision: 740301
URL:
http://svn.apache.org/viewvc?rev=740301&view=revLog:
Used localized labels
Modified:
ofbiz/trunk/applications/product/widget/catalog/CommonScreens.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=740301&r1=740300&r2=740301&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml Tue Feb 3 13:26:11 2009
@@ -86,8 +86,8 @@
<link target="/ecommerce/control/product?product_id=${productId}" url-mode="inter-app" text="${uiLabelMap.ProductProductPage}" style="buttontext"/>
<link target="ProductBarCode.pdf?productId=${productId}&productName=${productName}" target-window="_blank" text="${uiLabelMap.ProductBarcode}" style="buttontext"/>
- <link target="javascript:expandAll(true);" text="Expand All" style="buttontext" url-mode="plain"/>
- <link target="javascript:expandAll(false);" text="Collapse All" style="buttontext" url-mode="plain"/>
+ <link target="javascript:expandAll(true);" text="${uiLabelMap.CommonExpand}" style="buttontext" url-mode="plain"/>
+ <link target="javascript:expandAll(false);" text="${uiLabelMap.CommonCollapse}" style="buttontext" url-mode="plain"/>
</container>
</widgets>
</section>