svn commit: r740301 - /ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r740301 - /ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml

buscob
Author: buscob
Date: Tue Feb  3 13:26:11 2009
New Revision: 740301

URL: http://svn.apache.org/viewvc?rev=740301&view=rev
Log:
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}&amp;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>