Author: mor
Date: Wed May 20 11:21:07 2009
New Revision: 776663
URL:
http://svn.apache.org/viewvc?rev=776663&view=revLog:
target="_blank" slipped in while testing. Part of OFBIZ-2492 (
https://issues.apache.org/jira/browse/OFBIZ-2492)
Modified:
ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentRouteSegments.ftl
Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentRouteSegments.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentRouteSegments.ftl?rev=776663&r1=776662&r2=776663&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentRouteSegments.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentRouteSegments.ftl Wed May 20 11:21:07 2009
@@ -310,7 +310,7 @@
<div>
<span class="label">${uiLabelMap.ProductPackage}</span> ${shipmentPackageRouteSeg.shipmentPackageSeqId}
<#if shipmentPackageRouteSeg.labelImage?exists>
- <a href="javascript:document.viewShipmentPackageRouteSegLabelImage_${shipmentRouteSegmentData_index}_${shipmentPackageRouteSeg_index}.submit();" target="_blank" class="buttontext">${uiLabelMap.ProductViewLabelImage}</a>
+ <a href="javascript:document.viewShipmentPackageRouteSegLabelImage_${shipmentRouteSegmentData_index}_${shipmentPackageRouteSeg_index}.submit();" class="buttontext">${uiLabelMap.ProductViewLabelImage}</a>
</#if>
<span class="label">${uiLabelMap.ProductTrack} #</span><input type="text" size="22" name="trackingCode" value="${shipmentPackageRouteSeg.trackingCode?if_exists}"/>
</div>