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

Modified Files:
        addUserToGroup.jsp listGroups.jsp listUsers.jsp 
Log Message:
CMSC-996 the property files


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


Index: addUserToGroup.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/addUserToGroup.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- addUserToGroup.jsp  1 Aug 2008 07:13:53 -0000       1.4
+++ addUserToGroup.jsp  4 Aug 2008 05:48:51 -0000       1.5
@@ -72,7 +72,7 @@
    <div class="ruler_green"><div>&nbsp; <fmt:message 
key="community.search.selectGroup"/> &nbsp;</div></div>
    <div class="body">
     <form action="${pageContext.request.contextPath 
}/editors/community/AddUserToGroup.do?users=${users}" method="post">
-         <p><input type="submit" value="<fmt:message 
key="community.search.addtogroup"/>" name="submitButton" onclick="return 
addToGroup()"/></p>
+         <p><input type="submit" value="<fmt:message 
key="community.search.addUser"/>" name="submitButton" onclick="return 
addToGroup()"/></p>
          <edit:ui-table items="${groupForShow}" var="group" 
size="${totalCount}" requestURI="/editors/community/AddUserToGroupInit.do">
             <edit:ui-tcolumn title="">
                <input type="checkbox" name="chk_group" 
value="${group.groupName}"/>


Index: listGroups.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/listGroups.jsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- listGroups.jsp      1 Aug 2008 05:23:53 -0000       1.6
+++ listGroups.jsp      4 Aug 2008 05:48:51 -0000       1.7
@@ -20,7 +20,7 @@
 
 <div class="editor">
    <div style="padding-left:10px;">
-     <p><a href="${pageContext.request.contextPath 
}/editors/community/groupInitAction.do" style=" padding-left:20px; background: 
url(<cmsc:staticurl page='/editors/gfx/icons/new.png'/>) left center 
no-repeat">New Group</a><p>
+     <p><a href="${pageContext.request.contextPath 
}/editors/community/groupInitAction.do" style=" padding-left:20px; background: 
url(<cmsc:staticurl page='/editors/gfx/icons/new.png'/>) left center 
no-repeat"><fmt:message key="community.search.newGroup"/></a><p>
       <html:form action="/editors/community/searchConditionalGroupAction.do" 
method="post">
             <table border="0">
                <tbody>
@@ -46,7 +46,7 @@
 </div>
 
 <div class="editor">
-   <div class="ruler_green"><div>&nbsp; result &nbsp;</div></div>
+   <div class="ruler_green"><div>&nbsp; <fmt:message 
key="community.preference.result" /> &nbsp;</div></div>
    <div class="body">
       <form action="">
         <%@ include file="grouplist_table.jspf"%> 


Index: listUsers.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/listUsers.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- listUsers.jsp       1 Aug 2008 07:17:42 -0000       1.10
+++ listUsers.jsp       4 Aug 2008 05:48:51 -0000       1.11
@@ -46,7 +46,7 @@
          <input type="button" id="foo" value="test"/>
 
          <form action="${addGroup}" method="post" name="selectform" 
id="selectform">
-            <input type="submit" value="<fmt:message 
key="community.search.addtogroup"/>" name="submitButton" onclick="return 
addToGroup()"/>
+            <input type="submit" value="<fmt:message 
key="community.search.addUser"/>" name="submitButton" onclick="return 
addToGroup()"/>
             <%@ include file="userlist_table.jspf" %>
          </form>
       </div>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to