You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2007/02/28 00:58:07 UTC

svn commit: r512503 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl

Author: sichen
Date: Tue Feb 27 15:58:06 2007
New Revision: 512503

URL: http://svn.apache.org/viewvc?view=rev&rev=512503
Log:
made the create return button same as the others on the screen

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl?view=diff&rev=512503&r1=512502&r2=512503
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl Tue Feb 27 15:58:06 2007
@@ -33,7 +33,7 @@
                       </#if>
                       <a href="<@o...@ofbizUrl>" class="buttontext">${uiLabelMap.OrderCreateAsNewOrder}</a>
                       <#if returnableItems?has_content>
-                        <a href="<@o...@ofbizUrl>"  class="submenutextright">${uiLabelMap.OrderCreateReturn}</a>
+                        <a href="<@o...@ofbizUrl>"  class="buttontext">${uiLabelMap.OrderCreateReturn}</a>
                       </#if>
                     </div>
                 </#if>