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

Christian Bauer christian at hibernate.org
Mon May 7 07:42:33 EDT 2007


  User: cbauer  
  Date: 07/05/07 07:42:33

  Modified:    examples/wiki/view/themes/default/mailtemplates 
                        confirmationRegistration.xhtml
  Log:
  Switched to tabbed ajax forms
  
  Revision  Changes    Path
  1.5       +5 -5      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- confirmationRegistration.xhtml	21 Apr 2007 08:13:51 -0000	1.4
  +++ confirmationRegistration.xhtml	7 May 2007 11:42:33 -0000	1.5
  @@ -5,21 +5,21 @@
       <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.fullname}">#{userHome.instance.email}</m:to>
  -    <m:subject>[Seam Wiki] Registration Confirmation</m:subject>
  +    <m:subject>[LaceWiki] Registration Confirmation</m:subject>
       <m:body>
           <html>
               <body>
               <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
  +            you registered an account on the LaceWiki. You need to click the following link to confirm the
               validity of your e-mail address and to activate your account:</p>
   
               <h:outputLink value="#{wikiPreferences.baseUrl}/confirmRegistration.seam?activationCode=#{userHome.instance.activationCode}">Click this link to activate the account '#{userHome.instance.username}'</h:outputLink>
   
               <p>
               Regards,<br/>
  -            JBoss Seam Wiki
  +            LaceWiki
               </p>
       </body>
           </html>
  @@ -27,13 +27,13 @@
               <h:outputText>
   Hello #{userHome.instance.fullname},
   
  -you registered an account on the Seam Wiki. You need to use the following link to confirm the
  +you registered an account on the LaceWiki. You need to use the following link to confirm the
   validity of your e-mail address and to activate your account:
   
   #{wikiPreferences.baseUrl}/confirmRegistration.seam?activationCode=#{userHome.instance.activationCode}
   
   Regards,
  -JBoss Seam Wiki
  +LaceWiki
               </h:outputText>
           </f:facet>
       </m:body>
  
  
  



More information about the jboss-cvs-commits mailing list