You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2013/06/22 14:31:45 UTC

svn commit: r1495717 - /ofbiz/trunk/applications/order/webapp/ordermgr/return/returnLinks.ftl

Author: jleroux
Date: Sat Jun 22 12:31:45 2013
New Revision: 1495717

URL: http://svn.apache.org/r1495717
Log:
A patch from Pierre Smits for "Return pdf should be generated in a new window." https://issues.apache.org/jira/browse/OFBIZ-5240

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/return/returnLinks.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/returnLinks.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnLinks.ftl?rev=1495717&r1=1495716&r2=1495717&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/return/returnLinks.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/return/returnLinks.ftl Sat Jun 22 12:31:45 2013
@@ -35,7 +35,7 @@ under the License.
       <ul>
         <li>
           <ul>
-      <li><a href="<@o...@ofbizUrl>">PDF</a></li>
+      <li><a href="<@o...@ofbizUrl>" target="_BLANK" >PDF</a></li>
       <#if returnId?exists>
         <#assign returnItems = delegator.findByAnd("ReturnItem", Static["org.ofbiz.base.util.UtilMisc"].toMap("returnId", returnId, "returnTypeId", "RTN_REFUND"), null, false)/>
         <#if returnItems?has_content>