[jboss-cvs] jboss-seam/examples/wiki/view/themes/sfwkorg/mailtemplates ...

Christian Bauer christian at hibernate.org
Tue Dec 18 23:29:28 EST 2007


  User: cbauer  
  Date: 07/12/18 23:29:28

  Modified:    examples/wiki/view/themes/sfwkorg/mailtemplates 
                        confirmationRegistration.xhtml
  Log:
  Major rewrite of the most of the application
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/examples/wiki/view/themes/sfwkorg/mailtemplates/confirmationRegistration.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: confirmationRegistration.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/sfwkorg/mailtemplates/confirmationRegistration.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- confirmationRegistration.xhtml	20 Nov 2007 08:05:11 -0000	1.1
  +++ confirmationRegistration.xhtml	19 Dec 2007 04:29:28 -0000	1.2
  @@ -9,7 +9,7 @@
       <m:body>
           <html>
               <body>
  -            <p>Hello #{userHome.instance.fullname},</p>
  +            <p>Hello #{userHome.instance.firstname},</p>
   
               <p>
               you registered an account on the Seam community website. You need to click the following link to confirm the
  @@ -21,7 +21,7 @@
           </html>
           <f:facet name="alternative">
               <h:outputText>
  -Hello #{userHome.instance.fullname},
  +Hello #{userHome.instance.firstname},
   
   you registered an account on the Seam community website. You need to use the following link to confirm the
   validity of your e-mail address and to activate your account:
  
  
  



More information about the jboss-cvs-commits mailing list