[jboss-cvs] jboss-seam/examples/pdf/view ...

Norman Richards norman.richards at jboss.com
Thu Jan 25 01:33:34 EST 2007


  User: nrichards
  Date: 07/01/25 01:33:34

  Modified:    examples/pdf/view  format.xhtml
  Log:
  work around stupid formatting bug
  
  Revision  Changes    Path
  1.2       +1 -2      jboss-seam/examples/pdf/view/format.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: format.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/pdf/view/format.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- format.xhtml	24 Jan 2007 23:44:17 -0000	1.1
  +++ format.xhtml	25 Jan 2007 06:33:34 -0000	1.2
  @@ -14,7 +14,7 @@
       <p:paragraph>Dear #{currentOrder.customerName},</p:paragraph>
   
       <p:paragraph>
  -Your order on <p:text value=" #{currentOrder.orderDate}"><f:convertDateTime style="date" format="short" /></p:text> has been processed and will ship shortly.  Your order number is #{currentOrder.orderId}.  If you have any questions, please see our <p:anchor reference="http://www.jboss.org/index.html?module=bb&amp;op=viewforum&amp;f=231"> support forums</p:anchor>.
  +Your order on <p:text value=" " /><p:text value="#{currentOrder.orderDate}"><f:convertDateTime type="date" dateStyle="short" /></p:text> has been processed and will ship shortly.  Your order number is #{currentOrder.orderId}.  If you have any questions, please see our <p:anchor reference="http://www.jboss.org/index.html?module=bb&amp;op=viewforum&amp;f=231"> support forums</p:anchor>.
       </p:paragraph>
   
       <p:table columns="2" width="3 1" widthPercentage="35" horizontalAlignment="right" spacingBefore="40">
  @@ -51,5 +51,4 @@
               </p:paragraph>
           </p:cell>
       </p:table>
  -        
   </p:document>
  
  
  



More information about the jboss-cvs-commits mailing list