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

Christian Bauer christian at hibernate.org
Sat Dec 29 21:33:27 EST 2007


  User: cbauer  
  Date: 07/12/29 21:33:27

  Modified:    examples/wiki/view/themes/sfwkorg/mailtemplates 
                        confirmationRegistration.xhtml
  Log:
  Complete overhaul of the preferences system
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- confirmationRegistration.xhtml	19 Dec 2007 04:29:28 -0000	1.2
  +++ confirmationRegistration.xhtml	30 Dec 2007 02:33:27 -0000	1.3
  @@ -15,7 +15,7 @@
               you registered an account on the Seam community website. 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="#{preferences.get('Wiki').baseUrl}/confirmRegistration.seam?activationCode=#{userHome.instance.activationCode}">Click this link to activate the account '#{userHome.instance.username}'</h:outputLink>
   
       </body>
           </html>
  @@ -26,7 +26,7 @@
   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:
   
  -#{wikiPreferences.baseUrl}/confirmRegistration.seam?activationCode=#{userHome.instance.activationCode}
  +#{preferences.get('Wiki').baseUrl}/confirmRegistration.seam?activationCode=#{userHome.instance.activationCode}
               </h:outputText>
           </f:facet>
       </m:body>
  
  
  



More information about the jboss-cvs-commits mailing list