svn commit: r662309 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.xml widget/facility/FacilityScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r662309 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.xml widget/facility/FacilityScreens.xml

adrianc
Author: adrianc
Date: Sun Jun  1 19:33:00 2008
New Revision: 662309

URL: http://svn.apache.org/viewvc?rev=662309&view=rev
Log:
Small fixup for previous commit.

Modified:
    ofbiz/trunk/applications/product/config/ProductUiLabels.xml
    ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml

Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.xml?rev=662309&r1=662308&r2=662309&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.xml Sun Jun  1 19:33:00 2008
@@ -5095,6 +5095,12 @@
         <value xml:lang="th">ค้นหาแหล่งข้อมูลการสั่งซื้อ</value>
         <value xml:lang="zh">查找订阅资源</value>
     </property>
+    <property key="PageTitleInventoryItemGrandTotals">
+        <value xml:lang="en">Inventory Item Grand Totals for ${facility.facilityName} [${facility.facilityId}]</value>
+        <value xml:lang="fr">Total général des lignes de stock</value>
+        <value xml:lang="it">Totale Generale Righe Inventario</value>
+        <value xml:lang="th">ผลรวมรายการสินค้าคงเหลือดีเยี่ยม</value>
+    </property>
     <property key="PageTitleLabelPrinting">
         <value xml:lang="en">Label Printing</value>
         <value xml:lang="fr">Impression d'étiquettes</value>
@@ -10364,7 +10370,7 @@
         <value xml:lang="zh">库存明细</value>
     </property>
     <property key="ProductInventoryItemGrandTotals">
-        <value xml:lang="en">Inventory Item Grand Totals for ${facility.facilityName} [${facility.facilityId}]</value>
+        <value xml:lang="en">Inventory Item Grand Totals</value>
         <value xml:lang="fr">Total général des lignes de stock</value>
         <value xml:lang="it">Totale Generale Righe Inventario</value>
         <value xml:lang="th">ผลรวมรายการสินค้าคงเหลือดีเยี่ยม</value>

Modified: ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml?rev=662309&r1=662308&r2=662309&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml Sun Jun  1 19:33:00 2008
@@ -590,7 +590,7 @@
                 <entity-one entity-name="Facility" value-name="facility" use-cache="true"/>
                 <script location="component://product/webapp/facility/WEB-INF/actions/inventory/InventoryItemTotals.bsh"/>
                 <property-map resource="ProductUiLabels" map-name="uiLabelMap"/>
-                <set field="title" value="${uiLabelMap.ProductInventoryItemGrandTotals}"/>
+                <set field="title" value="${uiLabelMap.PageTitleInventoryItemGrandTotals}"/>
             </actions>
             <widgets>
                 <decorator-screen name="CommonFacilityDecorator" location="${parameters.commonFacilityDecoratorLocation}">