Author: jleroux
Date: Sun Nov 28 10:14:16 2010
New Revision: 1039859
URL:
http://svn.apache.org/viewvc?rev=1039859&view=revLog:
Fix a bug reported by Bruno on dev ML.
It was introduced by r1039574, related to OFBIZ-4031
I guess Bruno discovered it while working on MyPortal. So it could be that there are more errors like this (<value> tags outside of the <property> tags)
Unfortunately
* The are not reported as errors by XSD when you load the file in an XML editor
* The Label manager does not report them
* The patch is 93074 lines and 5MB
* It's hard to scan this kind of errors in a patch even a small one
Modified:
ofbiz/trunk/specialpurpose/myportal/config/MyPortalUiLabels.xml
Modified: ofbiz/trunk/specialpurpose/myportal/config/MyPortalUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/config/MyPortalUiLabels.xml?rev=1039859&r1=1039858&r2=1039859&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/config/MyPortalUiLabels.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/config/MyPortalUiLabels.xml Sun Nov 28 10:14:16 2010
@@ -71,9 +71,9 @@
<value xml:lang="en">My Orders</value>
<value xml:lang="zh_TW">æçè¨å®</value>
</property>
- <value xml:lang="zh_TW">æçä»»å</value>
+ <!--value xml:lang="zh_TW">æçä»»å</value> MyPortalTasks duplicate
<value xml:lang="zh_TW">æçæé</value>
- <value xml:lang="zh_TW">æ°çè¨æ¯</value>
+ <value xml:lang="zh_TW">æ°çè¨æ¯</value--> <!-- error introduced with 1039574, OFBIZ-4031 -->
<property key="MyPortalNewRegistration">
<value xml:lang="en">New Registration </value>
<value xml:lang="fr">Nouvel enregistrement</value>
@@ -108,7 +108,7 @@
<value xml:lang="zh">å·æ°å¾ç</value>
<value xml:lang="zh_TW">éè¼åç</value>
</property>
- <value xml:lang="zh_TW">ç¼éé»åéµä»¶çµ¦ææå®¢æ¶è¦æ±è®æ´</value>
+ <!--value xml:lang="zh_TW">ç¼éé»åéµä»¶çµ¦ææå®¢æ¶è¦æ±è®æ´</value--> <!-- error introduced with 1039574, OFBIZ-4031 -->
<property key="MyPortalShipToCustomer">
<value xml:lang="en">Ship To Customer</value>
<value xml:lang="zh_TW">å¯é給客æ¶</value>