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

Christian Bauer christian at hibernate.org
Sat Apr 21 04:13:51 EDT 2007


  User: cbauer  
  Date: 07/04/21 04:13:51

  Modified:    examples/wiki/view/themes/default/mailtemplates 
                        confirmationRegistration.xhtml
  Log:
  Kicked out jCaptcha and replaced with simple math captcha
  
  Revision  Changes    Path
  1.4       +2 -2      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- confirmationRegistration.xhtml	8 Apr 2007 15:10:40 -0000	1.3
  +++ confirmationRegistration.xhtml	21 Apr 2007 08:13:51 -0000	1.4
  @@ -15,7 +15,7 @@
               you registered an account on the Seam Wiki. 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>
  +            <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/>
  @@ -30,7 +30,7 @@
   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:
   
  -#{wikiPreferences.baseURL}/confirmRegistration.seam?activationCode=#{userHome.instance.activationCode}
  +#{wikiPreferences.baseUrl}/confirmRegistration.seam?activationCode=#{userHome.instance.activationCode}
   
   Regards,
   JBoss Seam Wiki
  
  
  



More information about the jboss-cvs-commits mailing list