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

Christian Bauer christian at hibernate.org
Sun Apr 8 11:10:40 EDT 2007


  User: cbauer  
  Date: 07/04/08 11:10:40

  Modified:    examples/wiki/view/themes/default/mailtemplates 
                        confirmationRegistration.xhtml
  Log:
  Implemented Atom feeds for site and directories
  
  Revision  Changes    Path
  1.3       +3 -3      jboss-seam/examples/wiki/view/themes/default/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/default/mailtemplates/confirmationRegistration.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- confirmationRegistration.xhtml	2 Apr 2007 18:25:08 -0000	1.2
  +++ confirmationRegistration.xhtml	8 Apr 2007 15:10:40 -0000	1.3
  @@ -4,12 +4,12 @@
               xmlns:f="http://java.sun.com/jsf/core">
       <m:header name="X-Sent-From" value="JBoss Seam" />
       <m:from name="Seam Wiki" address="do-not-reply at jboss.com" />
  -    <m:to name="#{userHome.instance.firstname} #{userHome.instance.lastname}">#{userHome.instance.email}</m:to>
  +    <m:to name="#{userHome.instance.fullname}">#{userHome.instance.email}</m:to>
       <m:subject>[Seam Wiki] Registration Confirmation</m:subject>
       <m:body>
           <html>
               <body>
  -            <p>Hello #{userHome.instance.firstname} #{userHome.instance.lastname},</p>
  +            <p>Hello #{userHome.instance.fullname},</p>
   
               <p>
               you registered an account on the Seam Wiki. You need to click the following link to confirm the
  @@ -25,7 +25,7 @@
           </html>
           <f:facet name="alternative">
               <h:outputText>
  -Hello #{userHome.instance.firstname} #{userHome.instance.lastname},
  +Hello #{userHome.instance.fullname},
   
   you registered an account on the Seam Wiki. 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