Author: sichen Date: Sat Dec 16 04:08:21 2006 New Revision: 487794 URL: http://svn.apache.org/viewvc?view=rev&rev=487794 Log: Set width/height of batch generated shipping labels to 669x724 pixels
Modified: incubator/ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl Modified: incubator/ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl?view=diff&rev=487794&r1=487793&r2=487794 ============================================================================== --- incubator/ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl (original) +++ incubator/ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl Sat Dec 16 04:08:21 2006 @@ -37,7 +37,7 @@ <#assign segments = Static["org.ofbiz.base.util.UtilHttp"].parseMultiFormData(parameters)> <#list segments as segment> <fo:block break-before="page"> <#-- this tells fop to put a page break before this content TODO: content-type must be dynamic --> - <fo:external-graphic content-type="content-type:image/gif" src="<@ofbizUrl>viewShipmentLabel?shipmentId=${segment.shipmentId}&shipmentRouteSegmentId=${segment.shipmentRouteSegmentId}&shipmentPackageSeqId=${segment.shipmentPackageSeqId}</@ofbizUrl>"></fo:external-graphic> + <fo:external-graphic content-type="content-type:image/gif" width="669px" height="724px" src="<@ofbizUrl>viewShipmentLabel?shipmentId=${segment.shipmentId}&shipmentRouteSegmentId=${segment.shipmentRouteSegmentId}&shipmentPackageSeqId=${segment.shipmentPackageSeqId}</@ofbizUrl>"></fo:external-graphic> </fo:block> </#list> <#if segments.size() == 0>