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 & Approve</value> + <value xml:lang="fr">Mettre à jour & approuver</value> <value xml:lang="it">Aggiorna e Approva</value> <value xml:lang="th">à¸à¸±à¸à¹à¸à¸ & à¸à¸²à¸£à¸à¸à¸¸à¸à¸²à¸</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> |
Free forum by Nabble | Edit this page |