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

Christian Bauer christian at hibernate.org
Mon Apr 2 14:25:08 EDT 2007


  User: cbauer  
  Date: 07/04/02 14:25:08

  Modified:    examples/wiki/view/themes/default/mailtemplates 
                        confirmationRegistration.xhtml
  Log:
  Totally overengineered but definitely cool system/user/instance wiki preferences architecture
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- confirmationRegistration.xhtml	21 Feb 2007 16:24:12 -0000	1.1
  +++ confirmationRegistration.xhtml	2 Apr 2007 18:25:08 -0000	1.2
  @@ -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="#{globalPrefs.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:
   
  -#{globalPrefs.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