Update of 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community
In directory 
james.mmbase.org:/tmp/cvs-serv15345/community/src/webapp/editors/community

Modified Files:
      Tag: b1_4
        user.jsp 
Log Message:
CMSC-830 - Add Send Password functionality: major updates to Community and Form 
validations.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community
See also: http://www.mmbase.org/jira/browse/CMSC-830


Index: user.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/user.jsp,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- user.jsp    21 Mar 2008 16:46:29 -0000      1.1.2.3
+++ user.jsp    25 Mar 2008 18:46:27 -0000      1.1.2.4
@@ -19,11 +19,11 @@
                                <td>
 
                <logic:equal name="communityUserForm" property="action" 
value="add">
-                  <html:text property="email" size="30" />
-                  <span class="notvalid"><html:errors bundle="SECURITY" 
property="email" /></span>
+                  <html:text property="account" size="30" />
+                  <span class="notvalid"><html:errors bundle="SECURITY" 
property="account" /></span>
                </logic:equal> 
                <logic:notEqual name="communityUserForm" property="action" 
value="add">
-                  <bean:write name="communityUserForm" property="email" />
+                  <bean:write name="communityUserForm" property="account" />
                </logic:notEqual>
 
                                </td>
@@ -45,11 +45,6 @@
             <td><html:text property="email" size='30' /></td>
          </tr>
          <tr>
-            <td class="fieldname"><fmt:message key="view.account" /></td>
-            <td><html:text property="account" size='30' /></td>
-         </tr>
-         
-         <tr>
             <td class="fieldname"><fmt:message key="view.password" /></td>
             <td>
                <html:password property="passwordText" size="15" maxlength="15" 
/>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to