svn commit: r647086 - /ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentManifest.fo.ftl

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

svn commit: r647086 - /ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentManifest.fo.ftl

jacopoc
Author: jacopoc
Date: Fri Apr 11 02:24:13 2008
New Revision: 647086

URL: http://svn.apache.org/viewvc?rev=647086&view=rev
Log:
This is a temporary fix for a weird error happening when the first cell was not empty; I've modified the table using one cell instead of two :-(

Modified:
    ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentManifest.fo.ftl

Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentManifest.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentManifest.fo.ftl?rev=647086&r1=647085&r2=647086&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentManifest.fo.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentManifest.fo.ftl Fri Apr 11 02:24:13 2008
@@ -85,21 +85,20 @@
                     </fo:block>                
                       <fo:block space-after.optimum="10pt" font-size="10pt">
                     <fo:table>
-                        <fo:table-column column-width="225pt"/>
-                        <fo:table-column column-width="225pt"/>
+                        <fo:table-column column-width="450pt"/>
                         <fo:table-body>
                             <fo:table-row font-weight="bold">
                                 <fo:table-cell padding="2pt" background-color="#D4D0C8">
-                                    <fo:block>${uiLabelMap.FormFieldTitle_shipmentPackageSeqId}: ${shipmentPackage.shipmentPackageSeqId}</fo:block>
-                                </fo:table-cell>
-                                <fo:table-cell padding="2pt" background-color="#D4D0C8">                              
+                                    <fo:block text-align="center">
+                                    ${uiLabelMap.FormFieldTitle_shipmentPackageSeqId}: ${shipmentPackage.shipmentPackageSeqId}
                                     <#if shipmentPackage.weight?has_content && shipmentPackage.weightUomId?has_content>
                                         <#assign weightUom = shipmentPackage.getRelatedOne("WeightUom")>
-                                        <fo:block text-align="center">${uiLabelMap.ProductWeight}: ${shipmentPackage.weight} ${weightUom.get("description",locale)}</fo:block>                                        
+                                        ${uiLabelMap.ProductWeight}: ${shipmentPackage.weight} ${weightUom.get("description",locale)}                                        
                                     </#if>
+                                    </fo:block>
                                 </fo:table-cell>
                             </fo:table-row>
-                        </fo:table-body>                                        
+                        </fo:table-body>
                     </fo:table>
                     </fo:block>                                    
                     <fo:table>