svn commit: r645421 - in /ofbiz/trunk/applications: order/webapp/ordermgr/entry/catalog/productdetail.ftl product/config/ProductUiLabels.xml

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

svn commit: r645421 - in /ofbiz/trunk/applications: order/webapp/ordermgr/entry/catalog/productdetail.ftl product/config/ProductUiLabels.xml

jleroux@apache.org
Author: jleroux
Date: Mon Apr  7 02:20:57 2008
New Revision: 645421

URL: http://svn.apache.org/viewvc?rev=645421&view=rev
Log:
Fix a typo (actually was not an issue, but I added also some French labels, so I commit it all)

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl
    ofbiz/trunk/applications/product/config/ProductUiLabels.xml

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl?rev=645421&r1=645420&r2=645421&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl Mon Apr  7 02:20:57 2008
@@ -231,25 +231,25 @@
     }
 
     <#if product.virtualVariantMethodEnum?if_exists == "VV_FEATURETREE" && featureLists?has_content>
-    function checkRadioButton() {
-     //alert("work");
-    var block = document.getElementById("addCart");
-
-        <#list featureLists as featureList>
-    <#list featureList as feature>
-    <#if feature_index == 0>
-        var myList = document.getElementById("FT${feature.productFeatureTypeId}");
-         if (myList.options[0].selected == true){
-         block.style.display = "none";
-         return;
-         }
-
-     <#break>
-    </#if>    
-    </#list>
-        </#list>
-        block.style.display = "block";
-    }
+      function checkRadioButton() {
+        //alert("work");
+        var block = document.getElementById("addCart");
+      
+          <#list featureLists as featureList>
+          <#list featureList as feature>
+            <#if feature_index == 0>
+                var myList = document.getElementById("FT${feature.productFeatureTypeId}");
+                 if (myList.options[0].selected == true){
+                   block.style.display = "none";
+                   return;
+                 }
+  
+              <#break>
+            </#if>    
+          </#list>
+          </#list>
+          block.style.display = "block";
+      }
     </#if>  
  //-->
  </script>
@@ -692,7 +692,7 @@
     <#-- obsolete -->
     <@associated assocProducts=obsoleteProducts beforeName="" showName="Y" afterName=" ${uiLabelMap.ProductObsolete}" formNamePrefix="obs" targetRequestName=""/>
     <#-- cross sell -->
-    <@associated assocProducts=crossSellProducts beforeName="" showName="N" afterName="${uiLabelMap.ProducrCrossSell}" formNamePrefix="cssl" targetRequestName="crosssell"/>
+    <@associated assocProducts=crossSellProducts beforeName="" showName="N" afterName="${uiLabelMap.ProductCrossSell}" formNamePrefix="cssl" targetRequestName="crosssell"/>
     <#-- up sell -->
     <@associated assocProducts=upSellProducts beforeName="${uiLabelMap.ProductUpSell} " showName="Y" afterName=":" formNamePrefix="upsl" targetRequestName="upsell"/>
     <#-- obsolescence -->

Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.xml?rev=645421&r1=645420&r2=645421&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.xml Mon Apr  7 02:20:57 2008
@@ -5539,6 +5539,7 @@
     </property>
     <property key="PendingReviewUpdateAndApprove">
         <value xml:lang="en">Update &amp; Approve</value>
+        <value xml:lang="fr">Mettre à jour &amp; approuver</value>
         <value xml:lang="it">Aggiorna e Approva</value>
         <value xml:lang="th">อัพเดท &amp; การอนุญาต</value>
     </property>
@@ -5547,8 +5548,9 @@
         <value xml:lang="it">Markup Percentuale</value>
         <value xml:lang="th">เพิ่มราคาอัตราร้อยละ</value>
     </property>
-    <property key="ProducrCrossSell">
+    <property key="ProductCrossSell">
         <value xml:lang="en">You might be interested in these as well:</value>
+        <value xml:lang="en">Vous pourriez être aussi intéressé par ceci :</value>
         <value xml:lang="it">Tu potresti essere interessato anche a questi:</value>
         <value xml:lang="ro">Tu poti sa fii interesat si de aceste:</value>
         <value xml:lang="ru">Вас также могут заинтересовать:</value>