2 problems with this change: 1: "Order History" changed to "View Order History": does this mean we will put everywhere an action before the object? like "view invoice", "view product" etc?
2: if you rename labels please check if they are used elsewhere....in this case the old label is also used in OrderviewScreens.xml where now this label is missing..... Regards, Hans On Wed, 2009-06-03 at 07:29 +0000, [email protected] wrote: > Author: mor > Date: Wed Jun 3 07:29:20 2009 > New Revision: 781286 > > URL: http://svn.apache.org/viewvc?rev=781286&view=rev > Log: > 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> > > -- Antwebsystems.com: Quality OFBiz services for competitive rates
