Author: sichen
Date: Wed Nov 1 09:25:31 2006
New Revision: 469995
URL:
http://svn.apache.org/viewvc?view=rev&rev=469995Log:
Better buttons for schedule shipment route segments page
Modified:
incubator/ofbiz/trunk/applications/product/config/ProductUiLabels.properties
incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml
Modified: incubator/ofbiz/trunk/applications/product/config/ProductUiLabels.properties
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/config/ProductUiLabels.properties?view=diff&rev=469995&r1=469994&r2=469995==============================================================================
--- incubator/ofbiz/trunk/applications/product/config/ProductUiLabels.properties (original)
+++ incubator/ofbiz/trunk/applications/product/config/ProductUiLabels.properties Wed Nov 1 09:25:31 2006
@@ -1109,6 +1109,7 @@
ProductSalesTax=Sales Tax
ProductSalesThruDate=Sales discontinuation Thru Date
ProductSchedule=Schedule
+ProductScheduleTheseRouteSegments=Schedule These Route Segments
ProductScheduling=Scheduling
ProductSearchCatalog=Search Catalog
ProductSearchFor=you searched for
Modified: incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml?view=diff&rev=469995&r1=469994&r2=469995==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml Wed Nov 1 09:25:31 2006
@@ -168,7 +168,7 @@
</drop-down>
</field>
<field name="_rowSubmit" title="${uiLabelMap.CommonSelect}"><check/></field>
- <field name="submitButton" title="${uiLabelMap.ProductSchedule}" widget-style="smallSubmit">
+ <field name="submitButton" title="${uiLabelMap.ProductScheduleTheseRouteSegments}" widget-style="smallSubmit">
<submit/>
</field>
</form>