Author: jleroux
Date: Wed Jan 26 12:04:32 2011
New Revision: 1063689

URL: http://svn.apache.org/viewvc?rev=1063689&view=rev
Log:
A patch from Pierre Smits "Product: PDF rendering in same browser window as of 
OFBiz in stead of new windows" 
(https://issues.apache.org/jira/browse/OFBIZ-4141) - OFBIZ-4141


Modified:
    ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml

Modified: ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml?rev=1063689&r1=1063688&r2=1063689&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml 
(original)
+++ ofbiz/trunk/applications/product/widget/facility/ShipmentScreens.xml Wed 
Jan 26 12:04:32 2011
@@ -65,7 +65,7 @@ under the License.
                                     <widgets>
                                         <label style="h1" 
text="${uiLabelMap.ProductShipmentId}: ${shipment.shipmentId}"/>
                                         <container>
-                                            <link style="buttontext" 
text="${uiLabelMap.ProductGenerateShipmentManifestReport}" 
target="ShipmentManifest.pdf">
+                                            <link style="buttontext" 
text="${uiLabelMap.ProductGenerateShipmentManifestReport}" 
target="ShipmentManifest.pdf" target-window="_BLANK">
                                                 <parameter 
param-name="shipmentId" from-field="shipment.shipmentId"/>
                                             </link>
                                         </container>


Reply via email to