Author: jleroux
Date: Wed Jan 26 11:59:46 2011
New Revision: 1063688

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


Modified:
    
ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml

Modified: 
ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml?rev=1063688&r1=1063687&r2=1063688&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml 
(original)
+++ 
ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml 
Wed Jan 26 11:59:46 2011
@@ -574,10 +574,10 @@ under the License.
                                         <if-compare field="workInProgress" 
operator="equals" value="true"/>
                                     </condition>
                                     <widgets>
-                                        <link 
text="${uiLabelMap.ManufacturingTasksReport}" style="buttontext" 
target="ShipmentWorkEffortTasks.pdf">
+                                        <link 
text="${uiLabelMap.ManufacturingTasksReport}" style="buttontext" 
target="ShipmentWorkEffortTasks.pdf" target-window="_BLANK">
                                             <parameter param-name="shipmentId" 
from-field="shipment.shipmentId"/>
                                         </link>
-                                        <link 
text="${uiLabelMap.ManufacturingCuttingListReport}" style="buttontext" 
target="CuttingListReport.pdf">
+                                        <link 
text="${uiLabelMap.ManufacturingCuttingListReport}" style="buttontext" 
target="CuttingListReport.pdf" target-window="_BLANK">
                                             <parameter param-name="shipmentId" 
from-field="shipment.shipmentId"/>
                                         </link>
                                     </widgets>
@@ -585,12 +585,12 @@ under the License.
                                         <link 
text="${uiLabelMap.ManufacturingGenerateProductionRuns}" style="buttontext" 
target="createProductionRunsForShipment">
                                             <parameter param-name="shipmentId" 
from-field="shipment.shipmentId"/>
                                         </link>
-                                        <link 
text="${uiLabelMap.ManufacturingShipmentPlanStockReport}" style="buttontext" 
target="ShipmentPlanStockReport.pdf">
+                                        <link 
text="${uiLabelMap.ManufacturingShipmentPlanStockReport}" style="buttontext" 
target="ShipmentPlanStockReport.pdf" target-window="_BLANK">
                                             <parameter param-name="shipmentId" 
from-field="shipment.shipmentId"/>
                                         </link>
                                     </fail-widgets>
                                 </section>
-                                <link 
text="${uiLabelMap.ManufacturingPackageLabelsReport}" style="buttontext" 
target="ShipmentLabel.pdf">
+                                <link 
text="${uiLabelMap.ManufacturingPackageLabelsReport}" style="buttontext" 
target="ShipmentLabel.pdf" target-window="_BLANK">
                                     <parameter param-name="shipmentId" 
from-field="shipment.shipmentId"/>
                                 </link>
                             </widgets>


Reply via email to