Author: sichen
Date: Thu Feb  1 11:43:25 2007
New Revision: 502330

URL: http://svn.apache.org/viewvc?view=rev&rev=502330
Log:
Change 'Create New' label in shipment settings checkout screen to 'Create New 
Shipping Address'

Modified:
    ofbiz/trunk/applications/order/config/OrderUiLabels.properties
    ofbiz/trunk/applications/order/webapp/ordermgr/entry/shipsettings.ftl

Modified: ofbiz/trunk/applications/order/config/OrderUiLabels.properties
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/config/OrderUiLabels.properties?view=diff&rev=502330&r1=502329&r2=502330
==============================================================================
--- ofbiz/trunk/applications/order/config/OrderUiLabels.properties (original)
+++ ofbiz/trunk/applications/order/config/OrderUiLabels.properties Thu Feb  1 
11:43:25 2007
@@ -180,6 +180,7 @@
 OrderCreateQuoteFromShoppingList=Create New Quote
 OrderCreateQuoteWorkEffort=Create new Quote Workeffort
 OrderCreateReturn=Create return
+OrderCreateShippingAddress=Create New Shipping Address
 OrderCreatedBy=Created by
 OrderCurrentStatus=Current Status
 OrderCustomerPo=Customer PO#

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/shipsettings.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/shipsettings.ftl?view=diff&rev=502330&r1=502329&r2=502330
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/shipsettings.ftl 
(original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/shipsettings.ftl Thu 
Feb  1 11:43:25 2007
@@ -111,7 +111,7 @@
         <tr>
           <td>
 <a href="<@ofbizUrl>setShipping?createNewShipGroup=Y</@ofbizUrl>" 
class="buttontext">${uiLabelMap.CommonCreateNew} 
${uiLabelMap.OrderShipGroup}</a>
-<a href="<@ofbizUrl>EditShipAddress</@ofbizUrl>" 
class="buttontext">${uiLabelMap.CommonCreateNew}</a>
+<a href="<@ofbizUrl>EditShipAddress</@ofbizUrl>" 
class="buttontext">${uiLabelMap.OrderCreateShippingAddress}</a>
 <#list 1..cart.getShipGroupSize() as currIndex>
 <#assign shipGroupIndex = currIndex - 1>
 


Reply via email to