Author: jleroux
Date: Sun Jul 27 00:21:50 2008
New Revision: 680070
URL:
http://svn.apache.org/viewvc?rev=680070&view=revLog:
A fixing patch from Bruno Busco "Approve requirement screen label should say NOT YET approved requirements" (
https://issues.apache.org/jira/browse/OFBIZ-1875) - OFBIZ-1875
Modified:
ofbiz/trunk/applications/order/config/OrderUiLabels.xml
ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml
Modified: ofbiz/trunk/applications/order/config/OrderUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/config/OrderUiLabels.xml?rev=680070&r1=680069&r2=680070&view=diff==============================================================================
--- ofbiz/trunk/applications/order/config/OrderUiLabels.xml (original)
+++ ofbiz/trunk/applications/order/config/OrderUiLabels.xml Sun Jul 27 00:21:50 2008
@@ -8201,14 +8201,14 @@
</property>
<property key="PageTitleFindApprovedProductRequirements">
<value xml:lang="en">Find Approved Product Requirements</value>
- <value xml:lang="fr">Chercher les conditions approuvées sur ce produit</value>
+ <value xml:lang="fr">Chercher les conditions approuvées</value>
<value xml:lang="it">Ricerca Fabbisogni Approvati Per Prodotto</value>
<value xml:lang="th">à¸à¹à¸à¸«à¸²à¸ªà¸´à¸à¸à¹à¸²à¸à¸µà¹à¸à¹à¸à¸à¸à¸²à¸£à¸à¸à¸¸à¸¡à¸±à¸à¸´</value>
</property>
- <property key="PageTitleFindApprovedRequirements">
- <value xml:lang="en">Find Approved Requirements</value>
- <value xml:lang="fr">Chercher les conditions approuvés</value>
- <value xml:lang="it">Ricerca Fabbisogni Approvati</value>
+ <property key="PageTitleFindNotApprovedRequirements">
+ <value xml:lang="en">Find Not Approved Requirements</value>
+ <value xml:lang="fr">Chercher les conditions non approuvées</value>
+ <value xml:lang="it">Ricerca fabbisogni non ancora approvati</value>
<value xml:lang="th">à¸à¹à¸à¸«à¸²à¸ªà¸´à¹à¸à¸à¸µà¹à¸à¹à¸à¸à¸à¸²à¸£à¸à¸à¸¸à¸¡à¸±à¸à¸´</value>
</property>
<property key="PageTitleFindApprovedRequirementsByVendor">
Modified: ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml?rev=680070&r1=680069&r2=680070&view=diff==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml Sun Jul 27 00:21:50 2008
@@ -126,7 +126,7 @@
<screen name="ApproveRequirements">
<section>
<actions>
- <set field="titleProperty" value="PageTitleFindRequirements"/>
+ <set field="titleProperty" value="PageTitleFindNotApprovedRequirements"/>
<set field="headerItem" value="requirement"/>
<set field="tabButtonItem" value="ApproveRequirements"/>
<set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
@@ -504,4 +504,4 @@
</widgets>
</section>
</screen>
-</screens>
\ No newline at end of file
+</screens>