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

Peter Muir peter at bleepbleep.org.uk
Mon Sep 3 08:06:47 EDT 2007


  User: pmuir   
  Date: 07/09/03 08:06:47

  Modified:    examples/dvdstore/view/WEB-INF/incl   store_nav.xhtml
                        admin_nav.xhtml
  Log:
  JBSEAM-1742, cleanup examples, thanks to Stephen Friedrich
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-seam/examples/dvdstore/view/WEB-INF/incl/store_nav.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: store_nav.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/view/WEB-INF/incl/store_nav.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- store_nav.xhtml	24 Jul 2007 00:29:01 -0000	1.2
  +++ store_nav.xhtml	3 Sep 2007 12:06:47 -0000	1.3
  @@ -13,9 +13,9 @@
           <li id="page_cart"><s:link view="/checkout.xhtml" value="Cart" propagation="none"/></li>
       </ul>
   
  -    <script language="JavaScript">
  +    <script type="text/javascript" language="JavaScript">
           function setClass(id, className) {
  -            obj = document.getElementById(id);
  +            var obj = document.getElementById(id);
               if (obj != null) {
                   obj.className = className;
               }
  
  
  
  1.2       +1 -1      jboss-seam/examples/dvdstore/view/WEB-INF/incl/admin_nav.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: admin_nav.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/view/WEB-INF/incl/admin_nav.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- admin_nav.xhtml	28 Jun 2007 23:22:57 -0000	1.1
  +++ admin_nav.xhtml	3 Sep 2007 12:06:47 -0000	1.2
  @@ -6,7 +6,7 @@
           <li id="page_process"><s:link view="/admin/process.xhtml" value="Process Status" propagation="none"/></li>
       </ul>
   
  -    <script language="JavaScript">
  +    <script type="text/javascript" language="JavaScript">
           function setClass(id, className) {
               obj = document.getElementById(id);
               if (obj != null) {
  
  
  



More information about the jboss-cvs-commits mailing list