Update of
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community
In directory
james.mmbase.org:/tmp/cvs-serv12548/community/src/webapp/editors/community
Modified Files:
Tag: b1_4
user.jsp
Log Message:
CMSC-830 - Add Send Password functionality and improve Community source code,
not fully ready, but big steps are made.
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.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- user.jsp 11 Mar 2008 11:11:20 -0000 1.1.2.2
+++ user.jsp 21 Mar 2008 16:46:29 -0000 1.1.2.3
@@ -4,10 +4,10 @@
<mm:content type="text/html" encoding="UTF-8" expires="0">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html:html xhtml="true">
-<cmscedit:head title="user.edit.title">
+<cmscedit:head title="view.title">
</cmscedit:head>
<body style="overflow: auto">
-<cmscedit:contentblock title="view.edit.title" titleClass="content_block_pink">
+<cmscedit:contentblock title="view.title" titleClass="content_block_pink">
<mm:cloud loginpage="../login.jsp" rank='administrator'>
<mm:cloudinfo type="user" id="cloudusername" write="false" />
<html:form action="/editors/community/userAddAction">
@@ -30,22 +30,30 @@
</tr>
<tr>
<td class="fieldname"><fmt:message key="view.firstname" /></td>
- <td><html:text property="voornaam" size='30' /></td>
+ <td><html:text property="firstName" size='30' /></td>
</tr>
<tr>
<td class="fieldname"><fmt:message key="view.prefix" /></td>
- <td><html:text property="tussenVoegsels" size="15" /></td>
+ <td><html:text property="prefix" size="15" /></td>
</tr>
<tr>
<td class="fieldname"><fmt:message key="view.surname" /></td>
- <td><html:text property="achterNaam" size='30' /></td>
+ <td><html:text property="lastName" size='30' /></td>
+ </tr>
+ <tr>
+ <td class="fieldname"><fmt:message key="view.email" /></td>
+ <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="password" size="15" maxlength="15" />
- <span class="notvalid"><html:errors bundle="SECURITY"
property="password" /></span>
+ <html:password property="passwordText" size="15" maxlength="15"
/>
+ <span class="notvalid"><html:errors bundle="SECURITY"
property="passwordText" /></span>
</td>
</tr>
<tr>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs