Author: jleroux
Date: Tue Oct  3 04:54:49 2006
New Revision: 452439

URL: http://svn.apache.org/viewvc?view=rev&rev=452439
Log:
A patch from Chris Howe : formatting fix of companyheader.fo.ftl 
(https://issues.apache.org/jira/browse/OFBIZ-353)

Modified:
    
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl

Modified: 
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl?view=diff&rev=452439&r1=452438&r2=452439
==============================================================================
--- 
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl
 (original)
+++ 
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl
 Tue Oct  3 04:54:49 2006
@@ -48,8 +48,8 @@
                                   
                     <#if phone?exists>
                     <fo:table-row>
-                      
<fo:table-cell><fo:block>${uiLabelMap.CommonTelephoneAbbr}:Tel:</fo:block></fo:table-cell>
-                      
<fo:table-cell><fo:block>${phone.countryCode?if_exists}-${phone.areaCode?if_exists}-${phone.contactNumber?if_exists}</fo:block></fo:table-cell>
+                      
<fo:table-cell><fo:block>${uiLabelMap.CommonTelephoneAbbr}:</fo:block></fo:table-cell>
+                      <fo:table-cell><fo:block><#if 
phone.countryCode?exists>${phone.countryCode?if_exists}-</#if>${phone.areaCode?if_exists}-${phone.contactNumber[0..2]?if_exists}-${phone.contactNumber[3..]?if_exists}</fo:block></fo:table-cell>
                     </fo:table-row>
                     </#if>
 


Reply via email to