[jboss-cvs] jboss-seam/seam-gen/view/layout ...

Gavin King gavin.king at jboss.com
Fri Nov 2 05:35:52 EDT 2007


  User: gavin   
  Date: 07/11/02 05:35:52

  Modified:    seam-gen/view/layout   edit.xhtml template.xhtml
  Log:
  use absolute paths
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/seam-gen/view/layout/edit.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: edit.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/layout/edit.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- edit.xhtml	2 Nov 2007 09:09:23 -0000	1.3
  +++ edit.xhtml	2 Nov 2007 09:35:52 -0000	1.4
  @@ -18,7 +18,7 @@
           </span>
           
           <span class="#{invalid?'error':''}">
  -            <h:graphicImage value="img/error.gif" rendered="#{invalid}" styleClass="errors"/>
  +            <h:graphicImage value="/img/error.gif" rendered="#{invalid}" styleClass="errors"/>
               <s:message styleClass="errors"/>
           </span>        
   
  
  
  
  1.12      +1 -1      jboss-seam/seam-gen/view/layout/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/layout/template.xhtml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- template.xhtml	20 Mar 2007 04:43:34 -0000	1.11
  +++ template.xhtml	2 Nov 2007 09:35:52 -0000	1.12
  @@ -8,7 +8,7 @@
   <head>    
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       <title>@projectName@</title>
  -    <link href="stylesheet/theme.css" rel="stylesheet" type="text/css" />
  +    <link href="/stylesheet/theme.css" rel="stylesheet" type="text/css" />
   </head>
   
   <body>
  
  
  



More information about the jboss-cvs-commits mailing list