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

Modified Files:
        search_user_form_table.jspf moveUserBetweenGroup.jsp 
        addUserToGroup.jsp grouplist_table.jspf 
Log Message:
CMSC-899(modify the name of submit button , format the showing style)


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


Index: search_user_form_table.jspf
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/search_user_form_table.jspf,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- search_user_form_table.jspf 11 Sep 2008 11:17:29 -0000      1.5
+++ search_user_form_table.jspf 18 Sep 2008 06:29:21 -0000      1.6
@@ -18,7 +18,7 @@
       </tr>
       <tr>
          <td style="width:116px"></td>
-         <td><input type="submit" value="<fmt:message 
key="community.search.submit"/>" name="submitButton"/></td>
+         <td><input type="submit" value="<fmt:message 
key="community.search.searchbatton"/>" name="submitButton"/></td>
       </tr>
    </tbody>
 </table> 


Index: moveUserBetweenGroup.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/moveUserBetweenGroup.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- moveUserBetweenGroup.jsp    8 Sep 2008 08:31:25 -0000       1.8
+++ moveUserBetweenGroup.jsp    18 Sep 2008 06:29:21 -0000      1.9
@@ -78,10 +78,9 @@
 </div>
 
 <div class="editor">
-   <div class="body" style="padding-left:10px;">
+   <div class="body">
       <p></p>
       <html:form 
action="/editors/community/SearchConditionalUser.do?groupName=${groupName}" 
method="post">
-    
       <table border="0">
          <tbody >
             <tr> 


Index: addUserToGroup.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/addUserToGroup.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- addUserToGroup.jsp  11 Sep 2008 11:17:29 -0000      1.8
+++ addUserToGroup.jsp  18 Sep 2008 06:29:21 -0000      1.9
@@ -44,7 +44,7 @@
                   <tr>
                      <td style="width:105px"><fmt:message 
key="community.search.groupname"/></td>
                      <td style="width:150px"><html:text style="width: 200px" 
property="group"/></td>
-                     <td><input type="submit" name="submitButton" 
value="<fmt:message key="community.search.submit"/>"> </td>
+                     <td><input type="submit" name="submitButton" 
value="<fmt:message key="community.search.searchbatton"/>"> </td>
                   </tr>
                </tbody>
             </table>


Index: grouplist_table.jspf
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/grouplist_table.jspf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- grouplist_table.jspf        1 Aug 2008 06:44:21 -0000       1.2
+++ grouplist_table.jspf        18 Sep 2008 06:29:21 -0000      1.3
@@ -1,4 +1,4 @@
-<table border="0" style="padding-left:10px;">
+<table border="0">
          <edit:ui-table items="${results}" var="result" size="${totalCount}" 
requestURI="/editors/community/searchConditionalGroupAction.do">
          <c:url var="userActionUrl" 
value="/editors/community/SearchConditionalUser.do">
                <c:param name="groupName" value="${result.groupName}"/>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to