You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/03/29 02:39:07 UTC

cvs commit: jakarta-turbine-flux/src/templates/screens/user FluxUserForm.vm

jvanzyl     01/03/28 16:39:06

  Modified:    src/templates/screens/user FluxUserForm.vm
  Log:
  - making the user form mesh with the base turbine schema, most
    of the fields here are extraneous.
  
  Revision  Changes    Path
  1.2       +1 -37     jakarta-turbine-flux/src/templates/screens/user/FluxUserForm.vm
  
  Index: FluxUserForm.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-flux/src/templates/screens/user/FluxUserForm.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FluxUserForm.vm	2001/03/26 00:49:39	1.1
  +++ FluxUserForm.vm	2001/03/29 00:39:03	1.2
  @@ -3,7 +3,7 @@
   Display the details of a user.
   
   @author <a href="mailto:jvanzyl@periapt.com">Jason van Zyl</a>
  -@version $Id: FluxUserForm.vm,v 1.1 2001/03/26 00:49:39 jvanzyl Exp $
  +@version $Id: FluxUserForm.vm,v 1.2 2001/03/29 00:39:03 jvanzyl Exp $
   
   *#
   
  @@ -45,42 +45,6 @@
         </tr>
         <tr>
           #formCell ("Email" "email" $!user.Email)
  -      </tr>
  -      <tr>
  -        #formCell ("Address 1" "address1" $!user.Address1)
  -      </tr>
  -      <tr>
  -        #formCell ("Address 2" "address2" $!user.Address2)
  -      </tr>
  -      <tr>
  -        #formCell ("City" "city" $!user.City)
  -      </tr>
  -      <tr>
  -        #formCell ("State" "state" $!user.State)
  -      </tr>
  -      <tr>
  -        #formCell ("Postal Code" "postalcode" $!user.Postalcode)
  -      </tr>
  -      <tr>
  -        #formCell ("Country" "country" $!user.Country)
  -      </tr>
  -      <tr>
  -        #formCell ("Phone" "phone" $!user.Phone)
  -      </tr>
  -      <tr>
  -        #formCell ("Phone Ext" "phoneext" $!user.PhoneExt)
  -      </tr>
  -      <tr>
  -        #formCell ("Fax" "fax" $!user.Fax)
  -      </tr>
  -      <tr>
  -        #formCell ("Cell" "cell" $!user.Cell)
  -      </tr>
  -      <tr>
  -        #formCell ("Pager" "pager" $!user.Pager)
  -      </tr>
  -      <tr>
  -        #formListBox ("Company" $companyList)
         </tr>
         <tr>
           #formCheckBox("Password Expires" "pass_expire" $user.DoesPasswordExpire)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org