You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/07/27 09:21:51 UTC

svn commit: r680070 - in /ofbiz/trunk/applications/order: config/OrderUiLabels.xml widget/ordermgr/RequirementScreens.xml

Author: jleroux
Date: Sun Jul 27 00:21:50 2008
New Revision: 680070

URL: http://svn.apache.org/viewvc?rev=680070&view=rev
Log:
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>