[jboss-cvs] jboss-seam/examples/dvdstore/web/WEB-INF/incl ...

Gavin King gavin.king at jboss.com
Wed Dec 13 22:12:43 EST 2006


  User: gavin   
  Date: 06/12/13 22:12:43

  Modified:    examples/dvdstore/web/WEB-INF/incl     cart.xhtml
                        login.xhtml processmenu.xhtml searchbox.xhtml
  Log:
  fix bugs in includes
  
  Revision  Changes    Path
  1.7       +1 -1      jboss-seam/examples/dvdstore/web/WEB-INF/incl/cart.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cart.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/WEB-INF/incl/cart.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- cart.xhtml	2 Nov 2006 18:26:04 -0000	1.6
  +++ cart.xhtml	14 Dec 2006 03:12:43 -0000	1.7
  @@ -37,7 +37,7 @@
                   <h:form>
                       <dd>
                           <h:commandButton action="checkout" value="#{messages.checkoutButton}" 
  -                                         class="formButton" style="width: 166px;" />
  +                                         styleClass="formButton" style="width: 166px;" />
                       </dd>
                   </h:form>
               </dl>
  
  
  
  1.7       +3 -5      jboss-seam/examples/dvdstore/web/WEB-INF/incl/login.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: login.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/WEB-INF/incl/login.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- login.xhtml	2 Nov 2006 18:26:04 -0000	1.6
  +++ login.xhtml	14 Dec 2006 03:12:43 -0000	1.7
  @@ -19,7 +19,7 @@
                               
                               <dd>
                                   <h:commandButton action="#{login.login}" value="#{messages.loginPrompt}"
  -                                                 class="formButton" style="width: 166px;"/>
  +                                                 styleClass="formButton" style="width: 166px;"/>
                               </dd>
                               
                           </dl>
  @@ -43,10 +43,8 @@
                           <dl>
                               <dd>Thank you for choosing the DVD Store</dd>
                               <dd>
  -                                <h:form>
                                       <h:commandButton action="#{login.logout}" value="Logout"
  -                                                     class="formButton" style="width: 166px;"/>
  -                                </h:form>
  +                                                 styleClass="formButton" style="width: 166px;"/>
                               </dd>
                           </dl>
                       </h:form>
  
  
  
  1.8       +1 -1      jboss-seam/examples/dvdstore/web/WEB-INF/incl/processmenu.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: processmenu.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/WEB-INF/incl/processmenu.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- processmenu.xhtml	12 May 2006 04:56:34 -0000	1.7
  +++ processmenu.xhtml	14 Dec 2006 03:12:43 -0000	1.8
  @@ -19,7 +19,7 @@
                           <dd>
                               <h:commandButton action="#{processDefinitionSwitcher.switchProcess}" 
                                                value="Switch Order Process"
  -                                             class="formButton" style="width: 166px;"/>
  +                                             styleClass="formButton" style="width: 166px;"/>
                           </dd>
                       </dl>
                   </h:form>
  
  
  
  1.7       +1 -1      jboss-seam/examples/dvdstore/web/WEB-INF/incl/searchbox.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: searchbox.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/WEB-INF/incl/searchbox.xhtml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- searchbox.xhtml	2 Nov 2006 18:26:04 -0000	1.6
  +++ searchbox.xhtml	14 Dec 2006 03:12:43 -0000	1.7
  @@ -35,7 +35,7 @@
                       <dd>
                           <h:commandButton action="#{search.doSearch}" 
                                            value="#{messages.searchButton}"
  -                                         class="formButton" style="width: 166px;"/>
  +                                         styleClass="formButton" style="width: 166px;"/>
                       </dd>
                   </dl>
               </h:form>
  
  
  



More information about the jboss-cvs-commits mailing list