kimptoc 01/11/27 03:01:30 Modified: webapp/WEB-INF/templates/vm/portlets/html user-form.vm Log: fixed typo Revision Changes Path 1.3 +3 -3 jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/user-form.vm Index: user-form.vm =================================================================== RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/portlets/html/user-form.vm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- user-form.vm 2001/11/19 07:53:51 1.2 +++ user-form.vm 2001/11/27 11:01:29 1.3 @@ -3,7 +3,7 @@ Display the details of a user. @author <a href="mailto:[EMAIL PROTECTED]">David Sean Taylor</a> -@version $Id: user-form.vm,v 1.2 2001/11/19 07:53:51 paulsp Exp $ +@version $Id: user-form.vm,v 1.3 2001/11/27 11:01:29 kimptoc Exp $ *# <form method="post" action="$jlink.setPanel("User Browser").setAction("portlets.security.UserUpdateAction")"> @@ -56,7 +56,7 @@ <tr> <td><b>Last Login</b></td> #if ($user.Confirmed == "REJECTED") - <td>Accout creation <b>REJECTED</b></td> + <td>Account creation <b>REJECTED</b></td> #else <td>$user.LastLogin</td> #end @@ -112,4 +112,4 @@ <input type="hidden" name="entityid" value="$!user.UserName"/> </div> -</form> \ No newline at end of file +</form>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>