Author: adrianc
Date: Sun Jun 1 19:33:00 2008
New Revision: 662309
URL:
http://svn.apache.org/viewvc?rev=662309&view=revLog:
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}">