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

Modified Files:
        addUserToGroup.jsp listGroups.jsp listUsers.jsp 
        moveUserBetweenGroup.jsp 
Log Message:
CMSC-996,User and Group lists in Editors,add listjsp,listgroup and so on 
properties


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.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- addUserToGroup.jsp  28 Jul 2008 03:16:53 -0000      1.1
+++ addUserToGroup.jsp  28 Jul 2008 03:43:31 -0000      1.2
@@ -18,7 +18,7 @@
          }
       }
       if(objectnumbers == ''){
-         alert('Please choose the groups!');
+         alert("<fmt:message key="community.search.promptgroup"/>");
          return false;
       }
       return true;


Index: listGroups.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/listGroups.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- listGroups.jsp      28 Jul 2008 03:16:53 -0000      1.1
+++ listGroups.jsp      28 Jul 2008 03:43:31 -0000      1.2
@@ -2,8 +2,7 @@
 <%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc" %>
 <%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit" %>
 
-<cmscedit:head title="reactions.title">
-</cmscedit:head>
+<cmscedit:head title="reactions.title"></cmscedit:head>
 
 <div class="tabs">
    <div class="tab">


Index: listUsers.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/listUsers.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- listUsers.jsp       28 Jul 2008 03:34:01 -0000      1.2
+++ listUsers.jsp       28 Jul 2008 03:43:31 -0000      1.3
@@ -18,7 +18,7 @@
                 }
              }
              if(objectnumbers == ''){
-                alert('Please choose the users!');
+                alert("<fmt:message key="community.search.promptuser"/>");
                 return false;
              }
              return true;


Index: moveUserBetweenGroup.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/moveUserBetweenGroup.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- moveUserBetweenGroup.jsp    28 Jul 2008 03:16:53 -0000      1.1
+++ moveUserBetweenGroup.jsp    28 Jul 2008 03:43:31 -0000      1.2
@@ -15,7 +15,7 @@
          }
       }
       if(objectnumbers == ''){
-         alert('Please choose the users!');
+         alert("<fmt:message key="community.search.promptuser"/>");
          return false;
       }
       document.getElementById("option").value ="add";
@@ -32,7 +32,7 @@
          }
       }
       if(objectnumbers == ''){
-         alert('Please choose the users!');
+         alert("<fmt:message key="community.search.promptuser"/>");
          return false;
       }
       alert("<fmt:message 
key="community.search.option"><fmt:param>j</fmt:param></fmt:message>");
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to