Author: jleroux
Date: Mon Oct 19 09:03:15 2009
New Revision: 826614
URL:
http://svn.apache.org/viewvc?rev=826614&view=revLog:
A patch from Erwan de FERRIERES "Internationalization of the "Last system notes" function" (
https://issues.apache.org/jira/browse/OFBIZ-3058) - OFBIZ-3058
Modified:
ofbiz/trunk/applications/commonext/widget/CommonScreens.xml
ofbiz/trunk/framework/common/config/CommonUiLabels.xml
Modified: ofbiz/trunk/applications/commonext/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/widget/CommonScreens.xml?rev=826614&r1=826613&r2=826614&view=diff==============================================================================
--- ofbiz/trunk/applications/commonext/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/commonext/widget/CommonScreens.xml Mon Oct 19 09:03:15 2009
@@ -69,7 +69,7 @@
<actions>
<service service-name="getLastSystemInfoNote" result-map="resultNote"/>
<set field="linkStart" value="/myportal/control/showPortletDecorator?portalPortletId="/>
- <set field="layoutSettings.middleTopHeader" value="----------Last system notes----------"/>
+ <set field="layoutSettings.middleTopHeader" value="---------- ${uiLabelMap.CommonLastSytemNotes} ----------"/>
<set field="layoutSettings.middleTopMessage1" value="${groovy:resultNote.lastSystemInfoNote1!=null?resultNote.lastSystemInfoNote1.noteDateTime.toString().substring(0,16) + " " + resultNote.lastSystemInfoNote1.noteInfo:""}"/>
<set field="layoutSettings.middleTopLink1" value="${linkStart}${resultNote.lastSystemInfoNote1.moreInfoPortletId}&id=${resultNote.lastSystemInfoNote1.moreInfoItemId}"/>
<set field="layoutSettings.middleTopMessage2" value="${groovy:resultNote.lastSystemInfoNote2!=null?resultNote.lastSystemInfoNote2.noteDateTime.toString().substring(0,16) + " " + resultNote.lastSystemInfoNote2.noteInfo:""}"/>
Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=826614&r1=826613&r2=826614&view=diff==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Mon Oct 19 09:03:15 2009
@@ -3602,6 +3602,10 @@
<value xml:lang="th">สุà¸à¸à¹à¸²à¸¢</value>
<value xml:lang="zh">æè¿ç</value>
</property>
+ <property key="CommonLastSytemNotes">
+ <value xml:lang="en">Last system notes</value>
+ <value xml:lang="fr">Dernières tâches affectées</value>
+ </property>
<property key="CommonLastUpdated">
<value xml:lang="ar">آخر تØدÙØ«</value>
<value xml:lang="de">Letzte Aktualisierung</value>