Update of
/var/cvs/contributions/CMSContainer_Portlets/portlets-login/src/webapp/WEB-INF/templates/view/login
In directory
james.mmbase.org:/tmp/cvs-serv30546/src/webapp/WEB-INF/templates/view/login
Modified Files:
regist.jsp
Log Message:
CMSC-948 Registration portlet for CMS container
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-login/src/webapp/WEB-INF/templates/view/login
See also: http://www.mmbase.org/jira/browse/CMSC-948
Index: regist.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-login/src/webapp/WEB-INF/templates/view/login/regist.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- regist.jsp 6 Nov 2008 07:21:44 -0000 1.1
+++ regist.jsp 7 Nov 2008 09:53:35 -0000 1.2
@@ -17,8 +17,9 @@
<div id="user">
<table class="formcontent">
<tr>
- <td class="fieldname"><fmt:message key="register.email" /></td>
- <td><input type="text" name="email" size='30' />
+ <td class="fieldname"><fmt:message key="register.email" />
+ </td>
+ <td><input type="text" name="email" size='30' /><font
color="red">*</font>
</td>
</tr>
<tr>
@@ -40,14 +41,14 @@
<tr>
<td class="fieldname"><fmt:message key="register.password" /></td>
<td>
- <input type="password" name="passwordText" size="15"
maxlength="15" />
+ <input type="password" name="passwordText" size="15"
maxlength="15" /><font color="red">*</font>
</td>
</tr>
<tr>
<td class="fieldname" nowrap><fmt:message
key="register.confirmpassword" /></td>
<td>
- <input type="password" name="passwordConfirmation" size="15"
maxlength="15" />
+ <input type="password" name="passwordConfirmation" size="15"
maxlength="15" /><font color="red">*</font>
</td>
</tr>
<tr>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs