You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/02/05 11:26:36 UTC

svn commit: r741063 - in /ofbiz/trunk: applications/product/widget/catalog/CommonScreens.xml framework/common/config/CommonUiLabels.xml

Author: jleroux
Date: Thu Feb  5 10:26:35 2009
New Revision: 741063

URL: http://svn.apache.org/viewvc?rev=741063&view=rev
Log:
More explicit labels for now but this needs to be generalized in form widget

Modified:
    ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml
    ofbiz/trunk/framework/common/config/CommonUiLabels.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=741063&r1=741062&r2=741063&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml Thu Feb  5 10:26:35 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="${uiLabelMap.CommonExpand}" style="buttontext" url-mode="plain"/>
-                                            <link target="javascript:expandAll(false);" text="${uiLabelMap.CommonCollapse}" style="buttontext" url-mode="plain"/>
+                                            <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"/>
                                         </container>
                                     </widgets>
                                 </section>

Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=741063&r1=741062&r2=741063&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Thu Feb  5 10:26:35 2009
@@ -1172,6 +1172,13 @@
     <property key="CommonCollapse">
         <value xml:lang="en">Collapse</value>
         <value xml:lang="es">Colapsar</value>
+        <value xml:lang="fr">Fermer</value>
+        <value xml:lang="it">Collassato</value>
+        <value xml:lang="th">ล้มเหลว</value>
+    </property>
+    <property key="CommonCollapseAll">
+        <value xml:lang="en">Collapse all</value>
+        <value xml:lang="es">Colapsar</value>
         <value xml:lang="fr">Tout fermer</value>
         <value xml:lang="it">Collassato</value>
         <value xml:lang="th">ล้มเหลว</value>
@@ -2142,6 +2149,14 @@
         <value xml:lang="it">Espandi</value>
         <value xml:lang="th">แผ่ขยาย</value>
     </property>
+    <property key="CommonExpandAll">
+        <value xml:lang="de">Erweitern</value>
+        <value xml:lang="en">Expand all</value>
+        <value xml:lang="es">Expandir</value>
+        <value xml:lang="fr">Tout ouvrir</value>
+        <value xml:lang="it">Espandi</value>
+        <value xml:lang="th">แผ่ขยาย</value>
+    </property>
     <property key="CommonExpectation">
         <value xml:lang="ar">التوقعات</value>
         <value xml:lang="de">Erwartung</value>