[jboss-cvs] jboss-seam/examples/dvdstore/web/admin ...

Gavin King gavin.king at jboss.com
Thu Dec 14 07:56:42 EST 2006


  User: gavin   
  Date: 06/12/14 07:56:42

  Modified:    examples/dvdstore/web/admin  accept.xhtml
  Log:
  fix
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/dvdstore/web/admin/accept.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: accept.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/admin/accept.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- accept.xhtml	20 Nov 2006 19:45:32 -0000	1.3
  +++ accept.xhtml	14 Dec 2006 12:56:42 -0000	1.4
  @@ -59,7 +59,7 @@
                               <f:facet name="header">
                                   <h:outputText value="#{messages.cartQuantityColumn}" />
                               </f:facet>
  -                            <h:outputText value="#{item.quantity}" size="6" />
  +                            <h:outputText value="#{item.quantity}" />
                           </h:column>                        
                           <h:column>
                               <f:facet name="header">
  
  
  



More information about the jboss-cvs-commits mailing list