paulsp      2002/11/24 19:52:51

  Modified:    webapp/WEB-INF/templates/vm/screens/html AccountDisabled.vm
  Log:
  Display data.message, not the localized account disabled message.
  Currently the calling class set data.message to the localized account
  disabled message, so lets use the one from the calling class.
  
  Revision  Changes    Path
  1.3       +1 -1      
jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html/AccountDisabled.vm
  
  Index: AccountDisabled.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html/AccountDisabled.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AccountDisabled.vm        12 Apr 2002 07:11:04 -0000      1.2
  +++ AccountDisabled.vm        25 Nov 2002 03:52:51 -0000      1.3
  @@ -10,7 +10,7 @@
           <td class="INPUTFORM">
             #if ($data.Message)
               ## Message include account creation failure messages.
  -            <p><b>$l10n.JLOGINUSER_ACCOUNT_DISABLED</b></p>
  +            <p><b>$data.Message</b></p>
             #end
           </td>
         </tr>
  
  
  

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

Reply via email to