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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
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="<@ofbizUrl>return.pdf?returnId=${returnId?if_exists}</@ofbizUrl>">PDF</a></li>
+      <li><a href="<@ofbizUrl>return.pdf?returnId=${returnId?if_exists}</@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>