You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2007/09/28 20:10:23 UTC

svn commit: r580447 - /ofbiz/trunk/applications/order/webapp/ordermgr/return/returnReportContactMechs.fo.ftl

Author: sichen
Date: Fri Sep 28 11:10:23 2007
New Revision: 580447

URL: http://svn.apache.org/viewvc?rev=580447&view=rev
Log:
Return report layout fix from Walter Vaughan.  OFBIZ-1275

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/return/returnReportContactMechs.fo.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/returnReportContactMechs.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnReportContactMechs.fo.ftl?rev=580447&r1=580446&r2=580447&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/return/returnReportContactMechs.fo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/return/returnReportContactMechs.fo.ftl Fri Sep 28 11:10:23 2007
@@ -22,15 +22,15 @@
         <#assign toPartyNameResult = dispatcher.runSync("getPartyNameForDate", Static["org.ofbiz.base.util.UtilMisc"].toMap("partyId", returnHeader.toPartyId, "compareDate", returnHeader.entryDate, "userLogin", userLogin))/>
         
         <fo:table>
-          <fo:table-column column-width="2.75in"/>
-          <fo:table-column column-width="0.5in"/>
+          <fo:table-column column-width="3.50in"/>
+          <fo:table-column column-width="1.00in"/>
           <fo:table-column column-width="2.75in"/>
           <fo:table-body>
           <fo:table-row>
 
             <fo:table-cell>
             <fo:table border-style="solid" border-width="0.2pt" height="1in">
-              <fo:table-column column-width="2.75in"/>
+              <fo:table-column column-width="3.50in"/>
               <fo:table-body>
                 <fo:table-row><fo:table-cell border-style="solid" border-width="0.2pt" padding="1mm"><fo:block font-weight="bold">${uiLabelMap.OrderReturnFromAddress}</fo:block></fo:table-cell></fo:table-row>
                 <fo:table-row><fo:table-cell padding="1mm">
@@ -54,7 +54,7 @@
               <fo:table-body>
                 <fo:table-row><fo:table-cell padding="1mm" border-style="solid" border-width="0.2pt"><fo:block font-weight="bold">${uiLabelMap.OrderReturnToAddress}</fo:block></fo:table-cell></fo:table-row>
                 <fo:table-row><fo:table-cell padding="1mm">
-                  <fo:block white-space-collapse="false"><#if toPartyNameResult.fullName?has_content>${toPartyNameResult.fullName}<#else/><#if postalAddressTo?exists><#if (postalAddressTo.toName)?has_content>${postalAddressTo.toName}</#if><#if (postalAddressTo.attnName)?has_content>
+                  <fo:block white-space-collapse="false"><#if toPartyNameResult.fullName?has_content>${toPartyNameResult.fullName}<fo:block /><#else/><#if postalAddressTo?exists><#if (postalAddressTo.toName)?has_content>${postalAddressTo.toName}</#if><#if (postalAddressTo.attnName)?has_content>
 ${postalAddressTo.attnName}</#if></#if></#if><#if postalAddressTo?exists>
 ${postalAddressTo.address1}<#if (postalAddressTo.address2)?has_content>
 ${postalAddressTo.address2}</#if>