Author: mor
Date: Wed Jun 3 07:29:20 2009
New Revision: 781286
URL:
http://svn.apache.org/viewvc?rev=781286&view=revLog:
Better label. This is used on Order Detail Page > Action screenlet and this would now describe the action in better way for the user.
Modified:
ofbiz/trunk/applications/order/config/OrderUiLabels.xml
ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl
Modified: ofbiz/trunk/applications/order/config/OrderUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/config/OrderUiLabels.xml?rev=781286&r1=781285&r2=781286&view=diff==============================================================================
--- ofbiz/trunk/applications/order/config/OrderUiLabels.xml (original)
+++ ofbiz/trunk/applications/order/config/OrderUiLabels.xml Wed Jun 3 07:29:20 2009
@@ -4830,8 +4830,8 @@
<value xml:lang="zh">订å头信æ¯</value>
<value xml:lang="zh_CN">订å头信æ¯</value>
</property>
- <property key="OrderOrderHistory">
- <value xml:lang="en">Order History</value>
+ <property key="OrderViewOrderHistory">
+ <value xml:lang="en">View Order History</value>
</property>
<property key="OrderOrderId">
<value xml:lang="de">Auftrag ID</value>
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl?rev=781286&r1=781285&r2=781286&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl Wed Jun 3 07:29:20 2009
@@ -101,7 +101,7 @@
<li><a href="<@ofbizUrl>loadCartForReplacementOrder?${paramString}</@ofbizUrl>" class="buttontext">${uiLabelMap.OrderCreateReplacementOrder}</a></li>
</#if>
</#if>
- <li><a href="<@ofbizUrl>OrderHistory?orderId=${orderId}</@ofbizUrl>" class="buttontext">${uiLabelMap.OrderOrderHistory}</a></li>
+ <li><a href="<@ofbizUrl>OrderHistory?orderId=${orderId}</@ofbizUrl>" class="buttontext">${uiLabelMap.OrderViewOrderHistory}</a></li>
</ul>
</div>
</div>