Author: erwan
Date: Mon Oct  4 20:12:58 2010
New Revision: 1004386

URL: http://svn.apache.org/viewvc?rev=1004386&view=rev
Log:
Simplifying bottom border on the header row for invoice report

Modified:
    
ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportItems.fo.ftl

Modified: 
ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportItems.fo.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportItems.fo.ftl?rev=1004386&r1=1004385&r2=1004386&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportItems.fo.ftl
 (original)
+++ 
ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportItems.fo.ftl
 Mon Oct  4 20:12:58 2010
@@ -70,20 +70,20 @@ under the License.
     <fo:table-column column-width="25mm"/>
 
     <fo:table-header height="14px">
-      <fo:table-row>
-        <fo:table-cell border-bottom-style="solid" border-bottom-width="thin" 
border-bottom-color="black">
+      <fo:table-row border-bottom-style="solid" border-bottom-width="thin" 
border-bottom-color="black">
+        <fo:table-cell>
           <fo:block 
font-weight="bold">${uiLabelMap.AccountingProduct}</fo:block>
         </fo:table-cell>
-        <fo:table-cell border-bottom-style="solid" border-bottom-width="thin" 
border-bottom-color="black">
+        <fo:table-cell>
           <fo:block 
font-weight="bold">${uiLabelMap.CommonDescription}</fo:block>
         </fo:table-cell>
-        <fo:table-cell border-bottom-style="solid" border-bottom-width="thin" 
border-bottom-color="black">
+        <fo:table-cell>
           <fo:block font-weight="bold" 
text-align="right">${uiLabelMap.CommonQty}</fo:block>
         </fo:table-cell>
-        <fo:table-cell border-bottom-style="solid" border-bottom-width="thin" 
border-bottom-color="black">
+        <fo:table-cell>
           <fo:block font-weight="bold" 
text-align="right">${uiLabelMap.AccountingUnitPrice}</fo:block>
         </fo:table-cell>
-        <fo:table-cell border-bottom-style="solid" border-bottom-width="thin" 
border-bottom-color="black">
+        <fo:table-cell>
           <fo:block font-weight="bold" 
text-align="right">${uiLabelMap.CommonAmount}</fo:block>
         </fo:table-cell>
       </fo:table-row>


Reply via email to