Update of 
/var/cvs/contributions/CMSContainer/cmsc/security/src/webapp/editors/usermanagement
In directory james.mmbase.org:/tmp/cvs-serv14514

Modified Files:
        changepassword.jsp 
Log Message:
CMSC-899,Check and improve all lists according to guideline


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/security/src/webapp/editors/usermanagement
See also: http://www.mmbase.org/jira/browse/CMSC-899


Index: changepassword.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changepassword.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- changepassword.jsp  8 Sep 2008 10:25:18 -0000       1.7
+++ changepassword.jsp  11 Sep 2008 05:22:06 -0000      1.8
@@ -32,23 +32,23 @@
 <html:form action="/editors/usermanagement/ChangePasswordAction">
    <table class="formcontent">
       <tr>
-         <td class="fieldname" nowrap width="102px"><fmt:message 
key="changepassword.current" /></td>
+         <td class="fieldname" nowrap width="105px"><fmt:message 
key="changepassword.current" /></td>
              <td class="fieldname">
-                <html:password property="password1" size='15' maxlength='15'/>
+                <html:password property="password1" size='15' maxlength='15' 
style="width:200px"/>
                 <span class="notvalid"><html:errors bundle="SECURITY" 
property="password1"/></span>
              </td>
           </tr>
           <tr>
          <td class="fieldname" nowrap><fmt:message key="changepassword.new" 
/></td>
              <td class="fieldname">
-                <html:password property="newpassword" size='15' 
maxlength='15'/>
+                <html:password property="newpassword" size='15' maxlength='15' 
 style="width:200px"/>
                 <span class="notvalid"><html:errors bundle="SECURITY" 
property="newpassword"/></span>
              </td>
           </tr>
       <tr>
           <td class="fieldname" nowrap><fmt:message 
key="changepassword.confirm" /></td>
              <td class="fieldname">
-                <html:password property="confirmnewpassword" size='15' 
maxlength='15'/>
+                <html:password property="confirmnewpassword" size='15' 
maxlength='15'  style="width:200px"/>
                 <span class="notvalid"><html:errors bundle="SECURITY" 
property="confirmnewpassword"/></span>
          </td>
           </tr>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to