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

Modified Files:
        changelanguage.jsp 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: changelanguage.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changelanguage.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- changelanguage.jsp  23 Oct 2007 09:40:08 -0000      1.4
+++ changelanguage.jsp  8 Sep 2008 07:57:34 -0000       1.5
@@ -1,6 +1,6 @@
-<[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8" %>
-<[EMAIL PROTECTED] file="globals.jsp"  %>
-<c:choose>
+<[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"
+%><[EMAIL PROTECTED] file="globals.jsp"
+%><c:choose>
 <c:when test="${done}">
 <script>
        top.document.location = "../index.jsp";
@@ -36,7 +36,7 @@
        <html:form action="/editors/usermanagement/ChangeLanguageAction">
           <table class="formcontent">
              <tr>
-                <td class="fieldname" nowrap width="150"><fmt:message 
key="changelanguage.language" /></td>
+                <td class="fieldname" nowrap width="100"><fmt:message 
key="changelanguage.language" /></td>
                      <td class="fieldname">
                        <html:select property="language">
                                <option value="en" <c:if test="${language == 
'en'}">selected</c:if>><fmt:message key="changelanguage.english" /></option>


Index: changepassword.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changepassword.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- changepassword.jsp  28 Jan 2008 22:11:19 -0000      1.5
+++ changepassword.jsp  8 Sep 2008 07:57:34 -0000       1.6
@@ -32,7 +32,7 @@
 <html:form action="/editors/usermanagement/ChangePasswordAction">
    <table class="formcontent">
       <tr>
-         <td class="fieldname" nowrap width="150"><fmt:message 
key="changepassword.current" /></td>
+         <td class="fieldname" nowrap width="100"><fmt:message 
key="changepassword.current" /></td>
              <td class="fieldname">
                 <html:password property="password1" size='15' maxlength='15'/>
                 <span class="notvalid"><html:errors bundle="SECURITY" 
property="password1"/></span>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to