paulsp      02/05/13 22:28:14

  Modified:    webapp/WEB-INF/templates/vm/screens/html NewAccount.vm
  Log:
  Convert $link and $jlink to $jslink
  
  Revision  Changes    Path
  1.12      +2 -2      
jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html/NewAccount.vm
  
  Index: NewAccount.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html/NewAccount.vm,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- NewAccount.vm     12 Apr 2002 07:11:04 -0000      1.11
  +++ NewAccount.vm     14 May 2002 05:28:14 -0000      1.12
  @@ -20,8 +20,8 @@
               ## Message include account creation failure messages.
               <p><b>$data.Message</b></p>
             #end
  -          <form accept-charset="UTF-8, ISO-8859-1" method="POST" 
action="$link.setPage("ConfirmRegistration")" 
enctype="application/x-www-form-urlencoded">
  -            <input name="$jlink.ActionKey" type="hidden" 
value="CreateNewUserAndConfirm">
  +          <form accept-charset="UTF-8, ISO-8859-1" method="POST" 
action="$jslink.getTemplate("ConfirmRegistration")" 
enctype="application/x-www-form-urlencoded">
  +            <input name="$jslink.ActionKey" type="hidden" 
value="CreateNewUserAndConfirm">
               <center>
                 <table cellpadding="0" cellspacing="1" border="0">
                   <tr>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to